azure-iot-hub 2.6.1

Last updated:

0 purchases

azure-iot-hub 2.6.1 Image
azure-iot-hub 2.6.1 Images
Add to Cart

Description:

azureiothub 2.6.1

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
pip install azure-iot-hub

IoTHub Samples
Check out the samples repository for more detailed samples
Getting help and finding API docs
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)

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.