Metadata-Version: 2.1
Name: mqtt-io
Version: 2.0.0b5
Summary: Expose GPIO modules (Raspberry Pi, Beaglebone, PCF8754, PiFace2 etc.), digital sensors (LM75 etc.) and serial streams to an MQTT server for remote control and monitoring.
License: MIT
Author: Ellis Percival
Author-email: mqtt-io@failcode.co.uk
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Cerberus (>=1.3.2,<2.0.0)
Requires-Dist: PyYAML (>=5.3.1)
Requires-Dist: asyncio-mqtt (>=0.8.1,<0.9.0)
Requires-Dist: dataclasses (>=0.8,<0.9); python_version >= "3.6" and python_version < "3.7"
Requires-Dist: typing-extensions (>=3.7.4,<4.0.0)
