azure-iot-hub-python

所属分类:云计算
开发工具:Python
文件大小:207KB
下载次数:0
上传日期:2022-12-02 03:21:57
上 传 者sh-1993
说明:  Azure物联网中心数据平面Python SDK
(Azure IoT Hub Data Plane Python SDK)

文件列表:
.flake8 (221, 2022-12-02)
.pre-commit-config.yaml (279, 2022-12-02)
CODE_OF_CONDUCT.md (444, 2022-12-02)
DEV_SETUP.md (1780, 2022-12-02)
LICENSE (1162, 2022-12-02)
MANIFEST.in (68, 2022-12-02)
RELEASE INSTRUCTIONS.md (1825, 2022-12-02)
SECURITY.md (2757, 2022-12-02)
SUPPORT.md (1244, 2022-12-02)
pip_alias (0, 2022-12-02)
pip_alias\azure-iothub-service-client (0, 2022-12-02)
pip_alias\azure-iothub-service-client\LICENSE (1162, 2022-12-02)
pip_alias\azure-iothub-service-client\setup.cfg (562, 2022-12-02)
pip_alias\azure-iothub-service-client\setup.py (1028, 2022-12-02)
pip_alias\iothub-service-client (0, 2022-12-02)
pip_alias\iothub-service-client\LICENSE (1162, 2022-12-02)
pip_alias\iothub-service-client\setup.cfg (562, 2022-12-02)
pip_alias\iothub-service-client\setup.py (1016, 2022-12-02)
protocol-generator.md (634, 2022-12-02)
pyproject.toml (64, 2022-12-02)
requirements_dev.txt (51, 2022-12-02)
requirements_test.txt (67, 2022-12-02)
samples (0, 2022-12-02)
samples\get_digital_twin_sample.py (1209, 2022-12-02)
samples\invoke_command_sample.py (1537, 2022-12-02)
samples\invoke_component_command_sample.py (1762, 2022-12-02)
samples\iothub_configuration_manager_sample.py (2614, 2022-12-02)
samples\iothub_job_manager_import_export_sample.py (3868, 2022-12-02)
samples\iothub_job_manager_method_sample.py (2104, 2022-12-02)
samples\iothub_job_manager_twin_update_sample.py (1955, 2022-12-02)
samples\iothub_registry_manager_bulk_create_sample.py (4105, 2022-12-02)
samples\iothub_registry_manager_c2d_sample.py (1673, 2022-12-02)
samples\iothub_registry_manager_edge_device_sample.py (3525, 2022-12-02)
... ...

# 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 ```python pip install azure-iot-hub ``` ## IoTHub Samples Check out the [samples repository](https://github.com/Azure/azure-iot-hub-python/tree/main/samples) for more detailed samples ## Getting help and finding API docs API documentation for this package is available via [Microsoft Docs](https://docs.microsoft.com/python/api/azure-iot-hub/azure.iot.hub?view=azure-python) Additionally, the 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: ```python >>> from azure.iot.hub import IoTHubRegistryManager >>> help(IoTHubRegistryManager) ```

近期下载者

相关文件


收藏者