Metadata-Version: 2.1
Name: azure-iot-device
Version: 2.0.0rc5
Summary: Microsoft Azure IoT Device Library
Home-page: https://github.com/Azure/azure-iot-sdk-python-preview
Author: Microsoft Corporation
Author-email: opensource@microsoft.com
License: MIT License
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
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
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4
Description-Content-Type: text/markdown
Requires-Dist: urllib3 (<1.25,>1.21.1)
Requires-Dist: six (<2.0.0,>=1.12.0)
Requires-Dist: paho-mqtt (<2.0.0,>=1.4.0)
Requires-Dist: transitions (<1.0.0,>=0.6.8)
Requires-Dist: requests (<3.0.0,>=2.20.0)
Requires-Dist: requests-unixsocket (<1.0.0,>=0.1.5)
Requires-Dist: janus (<1.0.0,>=0.4.0); python_version >= "3.5"
Requires-Dist: azure-iot-nspkg (>=1.0.1); python_version<'3.0'

![Build Status](https://azure-iot-sdks.visualstudio.com/azure-iot-sdks/_apis/build/status/python/python-preview)

# Azure IoT Hub Python SDKs v2 - PREVIEW

This repository contains the code for the future v2.0.0 of the Azure IoT SDKs for Python. The goal of v2.0.0 is to be a complete rewrite of the existing SDK that maximizes the use of the Python language and its standard features rather than wrap over the C SDK, like v1.x.x of the SDK did.

**Note that these SDKs are currently in preview, and are subject to change.**

# SDKs

This repository contains the following SDKs:

* [Azure IoT Device SDK](azure-iot-device) - /azure-iot-device
    * Provision a device for use with the Azure IoT Hub
    * Send/receive telemetry between a device and the Azure IoT Hub
    * Handle direct methods invoked by the Azure IoT Hub on a device

* Azure IoT Hub SDK **COMING SOON**

* Azure IoT Hub Provisioning SDK **COMING SOON**

# How to install the SDKs

```
pip install azure-iot-device
```

# Contributing

This project welcomes contributions and suggestions.  Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.


