{ "info": { "author": "Microsoft Corporation", "author_email": "opensource@microsoft.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# Azure IoTHub Service SDK\n\nThe Azure IoTHub Service SDK for Python provides functionality for communicating with the Azure IoT Hub.\n\n**Note that this SDK is currently in preview, and is subject to change.**\n\n## Features\n\nThe SDK provides the following clients:\n\n* ### IoT Hub Registry Manager\n\n * Provides CRUD operations for device on IoTHub\n * Get statistics about the IoTHub service and devices\n\n## Installation\n\n```python\npip install azure-iot-hub\n```\n\n## IoTHub Samples\n\nCheck out the [samples repository](https://github.com/Azure/azure-iot-sdk-python/tree/master/azure-iot-hub/samples) for more detailed samples\n\n## Getting help and finding API docs\n\nOur 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:\n\n```python\n>>> from azure.iot.hub import IoTHubRegistryManager\n>>> help(IoTHubRegistryManager)\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Azure/azure-iot-sdk-python/tree/master/azure-iot-hub", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "azure-iot-hub", "package_url": "https://pypi.org/project/azure-iot-hub/", "platform": "", "project_url": "https://pypi.org/project/azure-iot-hub/", "project_urls": { "Homepage": "https://github.com/Azure/azure-iot-sdk-python/tree/master/azure-iot-hub" }, "release_url": "https://pypi.org/project/azure-iot-hub/2.0.0rc2/", "requires_dist": [ "msrest" ], "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4", "summary": "Microsoft Azure IoTHub Service Library", "version": "2.0.0rc2" }, "last_serial": 5986259, "releases": { "2.0.0rc1": [ { "comment_text": "", "digests": { "md5": "3c4dc6adc027966aaf88bffc6c6e3506", "sha256": "bdc2f4c80b66b1536213f201d186966a24be0a2ba78819c4f738eb5a0472beab" }, "downloads": -1, "filename": "azure_iot_hub-2.0.0rc1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3c4dc6adc027966aaf88bffc6c6e3506", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4", "size": 71092, "upload_time": "2019-10-16T00:23:11", "url": "https://files.pythonhosted.org/packages/0a/2f/b627224985dfe3dddf00201f8ea2ed391f156a2665fa6763f177d35d61e2/azure_iot_hub-2.0.0rc1-py2.py3-none-any.whl" } ], "2.0.0rc2": [ { "comment_text": "", "digests": { "md5": "8a96dd0b9886228e5fa05a505ae9e974", "sha256": "eb5886d2499e340a35cd6a25d05818e9e0d4a3f1365ed6950460b77e2d21870c" }, "downloads": -1, "filename": "azure_iot_hub-2.0.0rc2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8a96dd0b9886228e5fa05a505ae9e974", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4", "size": 70317, "upload_time": "2019-10-16T20:29:46", "url": "https://files.pythonhosted.org/packages/f1/7b/77a3899ec49ebb2c64031bdda89fd9b50acde799c2464cc934c7fd569d9f/azure_iot_hub-2.0.0rc2-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8a96dd0b9886228e5fa05a505ae9e974", "sha256": "eb5886d2499e340a35cd6a25d05818e9e0d4a3f1365ed6950460b77e2d21870c" }, "downloads": -1, "filename": "azure_iot_hub-2.0.0rc2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8a96dd0b9886228e5fa05a505ae9e974", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4", "size": 70317, "upload_time": "2019-10-16T20:29:46", "url": "https://files.pythonhosted.org/packages/f1/7b/77a3899ec49ebb2c64031bdda89fd9b50acde799c2464cc934c7fd569d9f/azure_iot_hub-2.0.0rc2-py2.py3-none-any.whl" } ] }