> For the complete documentation index, see [llms.txt](https://doc.openioe.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.openioe.in/python-library/introduction.md).

# Introduction

The OpenIoE Python library provides convenient access to the OpenIoE API from applications written in the Python language. It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses.

To install the official Python bindings, run the following command

```python
pip install openioe
```

The recent release is hosted in The Python Package Index (PyPI).

```html
https://pypi.org/project/openioe/
```

{% embed url="<https://pypi.org/project/openioe/>" %}

Current Version: 1.1.0
