Microsoft Azure IoTHub Service Library
The Azure IoTHub Service SDK for Python provides functionality for communicating with the Azure IoT Hub.
The SDK provides the following clients:
pip install azure-iot-hub
Check out the samples repository for more detailed samples
API documentation for this package is available via Microsoft Docs
Additionally, the SDK makes use of docstrings which means you can find API documentation directly through Python with use of the help command:
>>> from azure.iot.hub import IoTHubRegistryManager
>>> help(IoTHubRegistryManager)