Skip to content

Azure/azure-iot-hub-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8c8f315 · Dec 2, 2022

History

20 Commits
Jul 28, 2022
Jul 13, 2022
Dec 1, 2022
Aug 11, 2022
Jul 13, 2022
Jul 13, 2022
Jul 13, 2022
Jul 13, 2022
Jul 12, 2022
Aug 11, 2022
Jul 13, 2022
Jul 13, 2022
Jul 28, 2022
Aug 10, 2022
Jul 12, 2022
Jul 12, 2022
Aug 10, 2022
Jul 13, 2022
Jul 13, 2022
Jul 13, 2022
Jul 13, 2022
Jul 13, 2022
Nov 2, 2022
Jul 13, 2022

Repository files navigation

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)

About

Azure IoT Hub Data Plane Python SDK

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages