# Azure IoTHub Service SDK
The Azure IoTHub Service SDK for Python provides functionality for communicating with the Azure IoT Hub.
## Features
The SDK provides the following clients:
* ### IoT Hub Registry Manager
* Provides CRUD operations for device on IoTHub
* Get statistics about the IoTHub service and devices
## Installation
```python
pip install azure-iot-hub
```
## IoTHub Samples
Check out the [samples repository](https://github.com/Azure/azure-iot-hub-python/tree/main/samples) for more detailed samples
## Getting help and finding API docs
API documentation for this package is available via [Microsoft Docs](https://docs.microsoft.com/python/api/azure-iot-hub/azure.iot.hub?view=azure-python)
Additionally, the SDK makes use of docstrings which means you can find API documentation directly through Python with use of the [help](https://docs.python.org/3/library/functions.html#help) command:
```python
>>> from azure.iot.hub import IoTHubRegistryManager
>>> help(IoTHubRegistryManager)
```
Raw data
{
"_id": null,
"home_page": "https://github.com/Azure/azure-iot-hub-python/",
"name": "azure-iot-hub",
"maintainer": null,
"docs_url": null,
"requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,<4,>=2.7",
"maintainer_email": null,
"keywords": null,
"author": "Microsoft Corporation",
"author_email": "opensource@microsoft.com",
"download_url": "https://files.pythonhosted.org/packages/9a/d9/2342a79968e6ba046768cdb7c69878b7deebc55acd9c8a668b84dcd21c58/azure_iot_hub-2.7.0.tar.gz",
"platform": null,
"description": "# Azure IoTHub Service SDK\r\n\r\nThe Azure IoTHub Service SDK for Python provides functionality for communicating with the Azure IoT Hub.\r\n\r\n## Features\r\n\r\nThe SDK provides the following clients:\r\n\r\n* ### IoT Hub Registry Manager\r\n\r\n * Provides CRUD operations for device on IoTHub\r\n * Get statistics about the IoTHub service and devices\r\n\r\n## Installation\r\n\r\n```python\r\npip install azure-iot-hub\r\n```\r\n\r\n## IoTHub Samples\r\n\r\nCheck out the [samples repository](https://github.com/Azure/azure-iot-hub-python/tree/main/samples) for more detailed samples\r\n\r\n## Getting help and finding API docs\r\n\r\n\r\nAPI documentation for this package is available via [Microsoft Docs](https://docs.microsoft.com/python/api/azure-iot-hub/azure.iot.hub?view=azure-python)\r\n\r\nAdditionally, the SDK makes use of docstrings which means you can find API documentation directly through Python with use of the [help](https://docs.python.org/3/library/functions.html#help) command:\r\n\r\n```python\r\n>>> from azure.iot.hub import IoTHubRegistryManager\r\n>>> help(IoTHubRegistryManager)\r\n```\r\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Microsoft Azure IoTHub Service Library",
"version": "2.7.0",
"project_urls": {
"Homepage": "https://github.com/Azure/azure-iot-hub-python/"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "68d43854e1f437417e52b7626043160f1099bf5edad98972b97469331c5fa1c6",
"md5": "985e0ca2f7c136f65e3e356fea53a979",
"sha256": "f8c01597829f9303b04a23a5fc1d3a430ca404b3c43b2b452797f620f6a73245"
},
"downloads": -1,
"filename": "azure_iot_hub-2.7.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "985e0ca2f7c136f65e3e356fea53a979",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,<4,>=2.7",
"size": 102829,
"upload_time": "2025-08-06T22:18:09",
"upload_time_iso_8601": "2025-08-06T22:18:09.755941Z",
"url": "https://files.pythonhosted.org/packages/68/d4/3854e1f437417e52b7626043160f1099bf5edad98972b97469331c5fa1c6/azure_iot_hub-2.7.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9ad92342a79968e6ba046768cdb7c69878b7deebc55acd9c8a668b84dcd21c58",
"md5": "6369f33c2465ab0a3c069d0da14a1445",
"sha256": "3ce9c4db4bebe5036ccaaca4071611d5a813626e0f5d6290d588288b75be7180"
},
"downloads": -1,
"filename": "azure_iot_hub-2.7.0.tar.gz",
"has_sig": false,
"md5_digest": "6369f33c2465ab0a3c069d0da14a1445",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,<4,>=2.7",
"size": 57784,
"upload_time": "2025-08-06T22:18:10",
"upload_time_iso_8601": "2025-08-06T22:18:10.791293Z",
"url": "https://files.pythonhosted.org/packages/9a/d9/2342a79968e6ba046768cdb7c69878b7deebc55acd9c8a668b84dcd21c58/azure_iot_hub-2.7.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-06 22:18:10",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Azure",
"github_project": "azure-iot-hub-python",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "azure-iot-hub"
}