Metadata-Version: 2.1
Name: astarte-device-sdk
Version: 0.10.0a1
Summary: Astarte Device SDK for Python
Home-page: https://github.com/astarte-platform/astarte-device-sdk-python
Author: Dario Freddi
Author-email: dario.freddi@ispirata.com
License: License :: OSI Approved :: Apache Software License
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests (>=2.22.0)
Requires-Dist: paho-mqtt
Requires-Dist: cryptography
Requires-Dist: bson

# Astarte Python Device SDK

Python Device SDK for [Astarte](https://github.com/astarte-platform/astarte). Create Astarte Devices and Simulators with Python3.
It integrates with asyncio to ensure a smooth developer experience and to hide complex details regarding threading and MQTT
interactions.


