{ "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 IoT Device SDK\n\nThe Azure IoT Device SDK for Python provides functionality for communicating with the Azure IoT Hub for both Devices and Modules.\n\n**Note that this SDK is currently in preview, and is subject to change.**\n\n## Azure IoT Device Features\n\nThe SDK provides the following clients:\n\n* ### Provisioning Device Client\n\n * Creates a device identity on the Azure IoT Hub\n\n* ### IoT Hub Device Client\n\n * Send telemetry messages to Azure IoT Hub\n * Receive Cloud-to-Device (C2D) messages from the Azure IoT Hub\n * Receive and respond to direct method invocations from the Azure IoT Hub\n\n* ### IoT Hub Module Client\n\n * Supports Azure IoT Edge Hub and Azure IoT Hub\n * Send telemetry messages to a Hub or to another Module\n * Receive Input messages from a Hub or other Modules\n * Receive and respond to direct method invocations from a Hub or other Modules\n\nThese clients are available with an asynchronous API, as well as a blocking synchronous API for compatibility scenarios. **We recommend you use Python 3.7+ and the asynchronous API.**\n\n| Python Version | Asynchronous API | Synchronous API |\n| -------------- | ---------------- | --------------- |\n| Python 3.5.3+ | **YES** | **YES** |\n| Python 3.4 | NO | **YES** |\n| Python 2.7 | NO | **YES** |\n\n## Installation\n\n```Shell\npip install azure-iot-device\n```\n\n## Device Samples\n\nCheck out the [samples repository](https://github.com/Azure/azure-iot-sdk-python-preview/tree/master/azure-iot-device/samples) for example code showing how the SDK can be used in a variety of scenarios, including:\n\n* Sending multiple telemetry messages at once.\n* Receiving Cloud-to-Device messages.\n* Using Edge Modules with the Azure IoT Edge Hub.\n* Send and receive updates to device twin\n* Receive invocations to direct methods\n* Register a device with the Device Provisioning Service\n* Legacy scenarios for Python 2.7 and 3.4\n\n## Getting help and finding API docs\n\nOur SDK makes use of docstrings which means you cand 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.device import IoTHubDeviceClient\n>>> help(IoTHubDeviceClient)\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-device", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "azure-iot-device", "package_url": "https://pypi.org/project/azure-iot-device/", "platform": "", "project_url": "https://pypi.org/project/azure-iot-device/", "project_urls": { "Homepage": "https://github.com/Azure/azure-iot-sdk-python/tree/master/azure-iot-device" }, "release_url": "https://pypi.org/project/azure-iot-device/2.0.0rc12/", "requires_dist": [ "six (<2.0.0,>=1.12.0)", "paho-mqtt (<2.0.0,>=1.4.0)", "transitions (<1.0.0,>=0.6.8)", "requests (<3.0.0,>=2.20.0)", "requests-unixsocket (<1.0.0,>=0.1.5)", "urllib3 (!=1.25.0,!=1.25.1,<1.26,>1.21.1) ; python_version != \"3.4\"", "futures ; python_version == \"2.7\"", "urllib3 (<1.25,>1.21.1) ; python_version == \"3.4\"", "janus (<1.0.0,>=0.4.0) ; python_version >= \"3.5\"", "azure-iot-nspkg (>=1.0.1) ; python_version<'3.0'" ], "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4", "summary": "Microsoft Azure IoT Device Library", "version": "2.0.0rc12" }, "last_serial": 5991705, "releases": { "2.0.0rc1": [ { "comment_text": "", "digests": { "md5": "93391eae160c922d87f6bd4c0468728b", "sha256": "7a9e0e5514dc87eb52362949974349218401a4fef0d3dc9dc7f7fb5b12d6f272" }, "downloads": -1, "filename": "azure_iot_device-2.0.0rc1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "93391eae160c922d87f6bd4c0468728b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4", "size": 45696, "upload_time": "2019-04-16T21:33:34", "url": "https://files.pythonhosted.org/packages/fc/54/9839e0e7aa88187b6990e1016ce39eb38b32752f75ed967d02cbf6f7ff0f/azure_iot_device-2.0.0rc1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "821e6477ec530794326dceebfa7fcebb", "sha256": "4e3d591d82489fe8c1d0caf44953a22454df1d26e0976aada845d2e211b92c0b" }, "downloads": -1, "filename": "azure-iot-device-2.0.0rc1.tar.gz", "has_sig": false, "md5_digest": "821e6477ec530794326dceebfa7fcebb", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4", "size": 33008, "upload_time": "2019-04-16T21:33:36", "url": "https://files.pythonhosted.org/packages/45/fe/96119ab3d140785ab803d2ef0f95f53e73170072f9ce8dfbd56ef79ed6a9/azure-iot-device-2.0.0rc1.tar.gz" } ], "2.0.0rc10": [ { "comment_text": "", "digests": { "md5": "a0e8e71870508bfb96cfefd52f51c8e4", "sha256": "1497a07ae7ec6c2f98302c70b12d04bec1796e79557663902c5868c85bd149fa" }, "downloads": -1, "filename": "azure_iot_device-2.0.0rc10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a0e8e71870508bfb96cfefd52f51c8e4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4", "size": 201887, "upload_time": "2019-08-21T18:56:13", "url": "https://files.pythonhosted.org/packages/95/92/cfbcff85ffffcb8b23794f6921351b3daad69dd9fd7dda9d37da14bbb3aa/azure_iot_device-2.0.0rc10-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f2a4604dc11ad4ff3b8c0d7e8d8cde4e", "sha256": "2afd60bd1fa2ddc636db3a8390a29938144dbc61defcb7bbabc1595d14439902" }, "downloads": -1, "filename": "azure-iot-device-2.0.0rc10.tar.gz", "has_sig": false, "md5_digest": "f2a4604dc11ad4ff3b8c0d7e8d8cde4e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4", "size": 138833, "upload_time": "2019-08-21T18:56:15", "url": "https://files.pythonhosted.org/packages/9e/f1/0e5d7dfc670a903d4fc95009eacbef755d5502e52ca077cd75660eaf86cf/azure-iot-device-2.0.0rc10.tar.gz" } ], "2.0.0rc11": [ { "comment_text": "", "digests": { "md5": "fabb65a7dba6a93165a97e179843678e", "sha256": "80da875fcd4418e9e1bd485fa7620fddb06185931fc9a7bbff367654d144fc5e" }, "downloads": -1, "filename": "azure_iot_device-2.0.0rc11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fabb65a7dba6a93165a97e179843678e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4", "size": 212015, "upload_time": "2019-09-24T00:39:07", "url": "https://files.pythonhosted.org/packages/b9/85/9cc9228be313d33c4fd86f5104aa94ac5d4f6f02391cc011a17f4e40aace/azure_iot_device-2.0.0rc11-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "98cbe1591e13ea738d198662f6c21286", "sha256": "1c1d89d165185ca2147bd8e11c5b0e3f60c7e5109902d0b0376f98fea4da0090" }, "downloads": -1, "filename": "azure-iot-device-2.0.0rc11.tar.gz", "has_sig": false, "md5_digest": "98cbe1591e13ea738d198662f6c21286", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4", "size": 146035, "upload_time": "2019-09-24T00:39:09", "url": "https://files.pythonhosted.org/packages/89/ab/027d63f1c9c001e6cc3d475d07abcc6b4091cb775168fb443b108d596e68/azure-iot-device-2.0.0rc11.tar.gz" } ], "2.0.0rc12": [ { "comment_text": "", "digests": { "md5": "0d8cbb1372b570eea43486afb5bf5201", "sha256": "bcc0f6db58207e0e9c523803792942249de5d632ae5200dee08008ec08b479c8" }, "downloads": -1, "filename": "azure_iot_device-2.0.0rc12-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0d8cbb1372b570eea43486afb5bf5201", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4", "size": 219022, "upload_time": "2019-10-17T18:24:47", "url": "https://files.pythonhosted.org/packages/5d/90/8cd117a7b42b58e60eda21dec8ef8640daca8cd43d6bb95ef368ef6d668a/azure_iot_device-2.0.0rc12-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "478107bb61298d6d10e9833d936b226d", "sha256": "a39449dba4fa141cd06cbf618d55e1751b7dfddef0987836a6970fc88c60e2be" }, "downloads": -1, "filename": "azure-iot-device-2.0.0rc12.tar.gz", "has_sig": false, "md5_digest": "478107bb61298d6d10e9833d936b226d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4", "size": 149848, "upload_time": "2019-10-17T18:24:49", "url": "https://files.pythonhosted.org/packages/8b/22/f18a7dc81884110c8f05ed61dc82575fc220fc26ad8df495db71f1895377/azure-iot-device-2.0.0rc12.tar.gz" } ], "2.0.0rc2": [ { "comment_text": "", "digests": { "md5": "59b24ffbf4b45d6e9b12f2d7747d1012", "sha256": "d5ee71f3b98ade0b64473e01ab246f711a559e20f73a9ae83cadd63a97e1068b" }, "downloads": -1, "filename": "azure_iot_device-2.0.0rc2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "59b24ffbf4b45d6e9b12f2d7747d1012", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4", "size": 45713, "upload_time": "2019-04-17T23:42:28", "url": "https://files.pythonhosted.org/packages/69/e3/326b72c78d6fbb34fa7f46d6179a231e5c437934265060a48dacc586245e/azure_iot_device-2.0.0rc2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "41abd3480b5fbb94bd90b7d24fb7b4bb", "sha256": "72a3851a025928b08ec32599c4a009f534b7fbab8408bb57df3644d1e585a412" }, "downloads": -1, "filename": "azure-iot-device-2.0.0rc2.tar.gz", "has_sig": false, "md5_digest": "41abd3480b5fbb94bd90b7d24fb7b4bb", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4", "size": 33501, "upload_time": "2019-04-17T23:42:30", "url": "https://files.pythonhosted.org/packages/b7/e2/bc2d6a147fbeba059f4ea83ef1c9f1d02a8838c5137b77c3ed4ea3581524/azure-iot-device-2.0.0rc2.tar.gz" } ], "2.0.0rc3": [ { "comment_text": "", "digests": { "md5": "12df88d243e71fa09a900dcf3c04a841", "sha256": "b2ff5fedf2e309d950a1f271f8e77893b019450d5412ade8126a8be6e7aaad50" }, "downloads": -1, "filename": "azure_iot_device-2.0.0rc3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "12df88d243e71fa09a900dcf3c04a841", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4", "size": 45739, "upload_time": "2019-04-22T20:04:13", "url": "https://files.pythonhosted.org/packages/de/da/4160ea65d8a62aa66f2951a59ed6547e1934405b79735f95e167d7dbf254/azure_iot_device-2.0.0rc3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c377974aeb288b13cdd282ff9790c110", "sha256": "ac640f42ea696c7c7368bc4da5caffbd2d57e790527541a376e9706389e58a4b" }, "downloads": -1, "filename": "azure-iot-device-2.0.0rc3.tar.gz", "has_sig": false, "md5_digest": "c377974aeb288b13cdd282ff9790c110", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4", "size": 33563, "upload_time": "2019-04-22T20:04:15", "url": "https://files.pythonhosted.org/packages/3a/5f/d04929ef48af7da4396f913bc7e5acc55d121d62dbdb6bf3d9c67e021276/azure-iot-device-2.0.0rc3.tar.gz" } ], "2.0.0rc4": [ { "comment_text": "", "digests": { "md5": "b74074a6815acdabead9ca743dfc9f35", "sha256": "c04fa9b06dd1d9701c5801caf7bd5e282aceb664aea4807151272a4d09d5a3ab" }, "downloads": -1, "filename": "azure_iot_device-2.0.0rc4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b74074a6815acdabead9ca743dfc9f35", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4", "size": 45736, "upload_time": "2019-04-22T20:38:10", "url": "https://files.pythonhosted.org/packages/dc/da/3f8b747d0a5bb931c003bd7c9edc63997a1bffcb9e6333d1d1ab97627911/azure_iot_device-2.0.0rc4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "718a1b87afccee30c7d8f0ecf04de133", "sha256": "d57bd2d8c3809e41cb874b467cc6e82e0cb89508ce30998734c5a201cc351ac0" }, "downloads": -1, "filename": "azure-iot-device-2.0.0rc4.tar.gz", "has_sig": false, "md5_digest": "718a1b87afccee30c7d8f0ecf04de133", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4", "size": 33589, "upload_time": "2019-04-22T20:38:13", "url": "https://files.pythonhosted.org/packages/b5/ee/b286950109c3661181113287aa3fe1dc407d47763c5e7e2591226fde0413/azure-iot-device-2.0.0rc4.tar.gz" } ], "2.0.0rc5": [ { "comment_text": "", "digests": { "md5": "01a99e71d2bf01f95bf6f9b1a4142bb1", "sha256": "424186bea664ce411238883ad711839f09217ecdcdab8480ce45a3ddb526bfc4" }, "downloads": -1, "filename": "azure_iot_device-2.0.0rc5-py3-none-any.whl", "has_sig": false, "md5_digest": "01a99e71d2bf01f95bf6f9b1a4142bb1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4", "size": 3259, "upload_time": "2019-05-31T23:18:44", "url": "https://files.pythonhosted.org/packages/f7/9f/43cc11fc7d5c2df00456be9b26074e3d975f9bce3582d2df78e19f533f91/azure_iot_device-2.0.0rc5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6a43dce693fd6ce8283b6aa23de13392", "sha256": "651352f64d39f0f6d5ecf735395f27b55083615df26dbe872eeb5d35beed9b05" }, "downloads": -1, "filename": "azure-iot-device-2.0.0rc5.tar.gz", "has_sig": false, "md5_digest": "6a43dce693fd6ce8283b6aa23de13392", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4", "size": 2076, "upload_time": "2019-05-31T23:18:45", "url": "https://files.pythonhosted.org/packages/3e/7c/dd8dd46f3253385383179fe7dd01440a8a7f493bbba87ff44bbac2738c63/azure-iot-device-2.0.0rc5.tar.gz" } ], "2.0.0rc6": [ { "comment_text": "", "digests": { "md5": "246536af34dda7b197b4fc98a30b066f", "sha256": "d5392bc7a10e756b663855892597231feffbe80366a8eac1dff66799fb5f6dbc" }, "downloads": -1, "filename": "azure_iot_device-2.0.0rc6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "246536af34dda7b197b4fc98a30b066f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4", "size": 162220, "upload_time": "2019-06-09T22:14:01", "url": "https://files.pythonhosted.org/packages/2c/ec/242003458d1e2743df5edbe04c1741fadb078a7abfa06248d8a283dd22c0/azure_iot_device-2.0.0rc6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bb1b1fe3d9f06f96953688aa3d9a4667", "sha256": "81d6c0bff9edb6cb5b17b8ee6c1def428b8ac6f5032a81c1e1553773595766d3" }, "downloads": -1, "filename": "azure-iot-device-2.0.0rc6.tar.gz", "has_sig": false, "md5_digest": "bb1b1fe3d9f06f96953688aa3d9a4667", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4", "size": 101577, "upload_time": "2019-06-09T22:14:03", "url": "https://files.pythonhosted.org/packages/dc/08/917c55dcc442a762cac5731b1d79f751ac2952a2f4812608c947dbb92e70/azure-iot-device-2.0.0rc6.tar.gz" } ], "2.0.0rc7": [ { "comment_text": "", "digests": { "md5": "70ff48bde68e4ffade42c2a6cd0545fa", "sha256": "bb8f7c9780decebafa3491f558a2d34d22314d2971812f6bfdce3537b1cdab8d" }, "downloads": -1, "filename": "azure_iot_device-2.0.0rc7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "70ff48bde68e4ffade42c2a6cd0545fa", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4", "size": 193313, "upload_time": "2019-07-02T00:37:01", "url": "https://files.pythonhosted.org/packages/f9/23/9741fa3012d69f38fc11085f9c5d53c4bb982bdb233af02160bb7fd07a5e/azure_iot_device-2.0.0rc7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f87b06a17865c5f74e04e0600174159f", "sha256": "beb21f158a56b29b8430837a204cfe9f49fd4ebce006bc17220e3fcee6c7269f" }, "downloads": -1, "filename": "azure-iot-device-2.0.0rc7.tar.gz", "has_sig": false, "md5_digest": "f87b06a17865c5f74e04e0600174159f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4", "size": 121360, "upload_time": "2019-07-02T00:37:03", "url": "https://files.pythonhosted.org/packages/9e/cd/0ff161293ab8014e792cad8cb8bde34c99c4eb4a2323efe87b6af755d5bc/azure-iot-device-2.0.0rc7.tar.gz" } ], "2.0.0rc8": [ { "comment_text": "", "digests": { "md5": "f2c366eeab30eddaa5d599fc100e8b14", "sha256": "f8dec6068ae3cbaa4fc09f74037a22da92974cf67444db076003f484a8216678" }, "downloads": -1, "filename": "azure_iot_device-2.0.0rc8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f2c366eeab30eddaa5d599fc100e8b14", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4", "size": 180718, "upload_time": "2019-07-17T23:11:31", "url": "https://files.pythonhosted.org/packages/fa/b5/55d87bc43e77c7896a7f2026e5071113fda79a471801eaed9e1430965e36/azure_iot_device-2.0.0rc8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f3813c2b40b164a7ab2bf4756fc3594a", "sha256": "918b8dbe3fb0ad59a5db1c172039077e9f76e814238e2c15d515339a4d5cb654" }, "downloads": -1, "filename": "azure-iot-device-2.0.0rc8.tar.gz", "has_sig": false, "md5_digest": "f3813c2b40b164a7ab2bf4756fc3594a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4", "size": 122648, "upload_time": "2019-07-17T23:11:32", "url": "https://files.pythonhosted.org/packages/75/63/09ea80c17ac0657757ddbd9c133f8bf534f837f85a60739fe5d520a0e5c2/azure-iot-device-2.0.0rc8.tar.gz" } ], "2.0.0rc9": [ { "comment_text": "", "digests": { "md5": "ccf3f20a74ce0c1fc467847aebf8ddb9", "sha256": "1921f6583c607ab153d450ad29abc7fdfcdfe07f5f01b34696125e69f28ba856" }, "downloads": -1, "filename": "azure_iot_device-2.0.0rc9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ccf3f20a74ce0c1fc467847aebf8ddb9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4", "size": 191501, "upload_time": "2019-07-31T23:30:28", "url": "https://files.pythonhosted.org/packages/f6/67/4b0016ae1e949ee8b6756b9a40165b60f6e321a980a0ce4e5ffa1cb911e7/azure_iot_device-2.0.0rc9-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bed9e455da7f37c345e2b00e2fab77dd", "sha256": "f12206f73e111b4981d39502664128f2b689f8b23b50c8069b45138683b77763" }, "downloads": -1, "filename": "azure-iot-device-2.0.0rc9.tar.gz", "has_sig": false, "md5_digest": "bed9e455da7f37c345e2b00e2fab77dd", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4", "size": 130461, "upload_time": "2019-07-31T23:30:30", "url": "https://files.pythonhosted.org/packages/1d/b1/1ecfef6f066ea840fb069337f343e46c17762720c70b4d2cc53820bb97d2/azure-iot-device-2.0.0rc9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0d8cbb1372b570eea43486afb5bf5201", "sha256": "bcc0f6db58207e0e9c523803792942249de5d632ae5200dee08008ec08b479c8" }, "downloads": -1, "filename": "azure_iot_device-2.0.0rc12-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0d8cbb1372b570eea43486afb5bf5201", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4", "size": 219022, "upload_time": "2019-10-17T18:24:47", "url": "https://files.pythonhosted.org/packages/5d/90/8cd117a7b42b58e60eda21dec8ef8640daca8cd43d6bb95ef368ef6d668a/azure_iot_device-2.0.0rc12-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "478107bb61298d6d10e9833d936b226d", "sha256": "a39449dba4fa141cd06cbf618d55e1751b7dfddef0987836a6970fc88c60e2be" }, "downloads": -1, "filename": "azure-iot-device-2.0.0rc12.tar.gz", "has_sig": false, "md5_digest": "478107bb61298d6d10e9833d936b226d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4", "size": 149848, "upload_time": "2019-10-17T18:24:49", "url": "https://files.pythonhosted.org/packages/8b/22/f18a7dc81884110c8f05ed61dc82575fc220fc26ad8df495db71f1895377/azure-iot-device-2.0.0rc12.tar.gz" } ] }