Metadata-Version: 2.1
Name: azure-iot-hub
Version: 2.2.0rc0
Summary: Microsoft Azure IoTHub Service Library
Home-page: https://github.com/Azure/azure-iot-sdk-python/tree/master/azure-iot-hub
Author: Microsoft Corporation
Author-email: opensource@microsoft.com
License: MIT License
Description: # 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-sdk-python/tree/master/azure-iot-hub/samples) for more detailed samples
        
        ## Getting help and finding API docs
        
        Our 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)
        ```
        
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
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3*, <4
Description-Content-Type: text/markdown
