Microsoft Azure Device Update Client Library for Python
Project description
Azure Device Update for IoT Hub client library for Python
The library provides access to the Device Update for IoT Hub service that enables customers to publish updates for their IoT devices to the cloud, and then deploy these updates to their devices (approve updates to groups of devices managed and provisioned in IoT Hub).
Source code | Package (PyPI) | Product documentation
Getting started
Prerequisites
- Microsoft Azure Subscription: To call Microsoft Azure services, you need to create an Azure subscription
- Device Update for IoT Hub instance
- Azure IoT Hub instance
- Python 2.7, or 3.6 or later is required to use this package.
Install the package
Install the Device Update for IoT Hub client library for Python with pip:
pip install azure-iot-deviceupdate --pre
Key concepts
Device Update for IoT Hub is a managed service that enables you to deploy over-the-air updates for your IoT devices. The client library has one main component named AzureDeviceUpdateServiceDataPlane. The component allows you to access all three main client services:
- UpdatesOperations: update management (import, enumerate, delete, etc.)
- DevicesOperations: device management (enumerate devices and retrieve device properties)
- DeploymentsOperations: deployment management (start and monitor update deployments to a set of devices)
You can learn more about Device Update for IoT Hub by visiting Device Update for IoT Hub.
Examples
You can familiarize yourself with different APIs using Samples.
Troubleshooting
The Device Update for IoT Hub client will raise exceptions defined in [Azure Core][https://github.com/azure/azure-sdk-for-python/blob/master/sdk/core/azure-core/readme.md].
Next steps
Get started with our Device Update for IoT Hub samples
Contributing
If you encounter any bugs or have suggestions, please file an issue in the Issues section of the project.
Release History
1.0.0b1 (2021-03-03)
- This is the initial release of Azure Device Update for IoT Hub library.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file azure-iot-deviceupdate-1.0.0b1.zip
.
File metadata
- Download URL: azure-iot-deviceupdate-1.0.0b1.zip
- Upload date:
- Size: 65.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e28407ff122fdb83763754b9493c6f1f21c310c982adb3a394085cc70a634520 |
|
MD5 | c1d91d9777e4c1a16be8c1ec19dca31f |
|
BLAKE2b-256 | 8651b1adea0f24b9f5eef8daeefc2f411936c1e65d5cd9222fea89ec85947098 |
File details
Details for the file azure_iot_deviceupdate-1.0.0b1-py2.py3-none-any.whl
.
File metadata
- Download URL: azure_iot_deviceupdate-1.0.0b1-py2.py3-none-any.whl
- Upload date:
- Size: 47.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a267cd808d05fe181a8e7a7cb465fe31abd664ef6c7fb9bad05c33f0524d8dff |
|
MD5 | 3320d531e6991754ee903cd5b2405657 |
|
BLAKE2b-256 | e93b690963273a80bdbc5ec40e3853013fe17f07d0260002daff1d05b280f6a1 |