Metadata-Version: 2.1
Name: anyio-mqtt
Version: 0.3.0
Summary: Very early work in progress of an AnyIO MQTT client
License: MIT
Author: Ellis Percival
Author-email: anyio-mqtt@failcode.co.uk
Requires-Python: >=3.6.2,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: anyio (>=3.1.0,<4.0.0)
Requires-Dist: paho-mqtt (>=1.5.1,<2.0.0)
Requires-Dist: tenacity (>=7.0.0,<8.0.0)
Description-Content-Type: text/markdown

This is just a very early-stage work in progress of an AnyIO MQTT client. It'd probably be best if you don't use it right now.

Please see https://github.com/sbtinstruments/asyncio-mqtt/discussions/44 to discuss the porting of an existing MQTT client to AnyIO.

