Metadata-Version: 2.1
Name: azure-iothub-provisioningserviceclient
Version: 1.2.0
Summary: IoT Hub Provisioning Service Client Library
Home-page: https://github.com/Azure/azure-iot-sdk-python/tree/master/provisioning_service_client
Author: aziotclb
Author-email: aziotclb@microsoft.com
License: Apache Software License
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: msrest

# Azure IoT Hub Provisioning Service Client SDK

## How to Install
```
pip install azure-iothub-provisioningserviceclient
```

## Feature List
Use this SDK to:
* Manage Azure IoT Hub Device Provisioning Service enrollments (CRUD operations)

## User Guides
* Read the [Azure IoT Fundamentals][iot-fundamentals] guide to get an overview of what Azure IoT can do.
* Read the [Azure IoT Hub Device Provisioning Service][dps-doc] guide to understand how to enable zero-touch provisioning to IoT Hubs using this SDK.

## Examples
Please refer to our [sample repository][dps-service-samples] for examples of how to use the Azure IoT Hub Provisioning Device Client SDK.


[iot-fundamentals]: https://docs.microsoft.com/en-us/azure/iot-fundamentals/
[dps-doc]: https://docs.microsoft.com/en-us/azure/iot-dps/
[dps-service-samples]:https://github.com/Azure/azure-iot-sdk-python/tree/master/provisioning_service_client/samples


