Metadata-Version: 2.1
Name: aliyun-iot-linkkit
Version: 1.2.1
Summary: Aliyun IoT Linkkit SDK for Python
Home-page: UNKNOWN
Author: Aliyun IoT Linkkit Python SDK
Author-email: 
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: paho-mqtt
Requires-Dist: hyper
Requires-Dist: crcmod

#Python SDK for Aliyun IoT device

This is a python sdk for Aliyun IoT device. 
* MQTT connection:MQTTV31,MQTTV311
* Aliyun IoT Thing Model


## Release Notes
### 1.2.1
* [ADD] support to configure the custom endpoint for MQTT config_mqtt 
* [ADD] support to configure the custom endpoint for HTTP2 config_http2
* [UPDATE] support to receive any unsubscribed message by on_topic_message

