Metadata-Version: |
2.1 |
Name: |
asyncio-mqtt |
Version: |
0.16.2 |
Summary: |
Idiomatic asyncio wrapper around paho-mqtt |
Author-Email: |
Frederik Aalund <fpa[at]sbtinstruments.com> |
Maintainer-Email: |
Jonathan Plasse <jonathan.plasse[at]live.fr>, Felix Böhm <felix[at]felixboehm.dev> |
Project-Url: |
Source code, https://github.com/sbtinstruments/asyncio-mqtt |
Project-Url: |
Issue tracker, https://github.com/sbtinstruments/asyncio-mqtt/issues |
License: |
BSD 3-Clause License |
Keywords: |
mqtt,async,asyncio,paho-mqtt,wrapper |
Classifier: |
Development Status :: 3 - Alpha |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved |
Classifier: |
Operating System :: POSIX :: Linux |
Classifier: |
Operating System :: Microsoft :: Windows |
Classifier: |
Operating System :: MacOS |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Requires-Python: |
>=3.7 |
Requires-Dist: |
paho-mqtt (>=1.6.0) |
Requires-Dist: |
typing-extensions (>=4.4.0); python_version < "3.10" |
Requires-Dist: |
black (>=22.10.0); extra == "format" |
Requires-Dist: |
mypy (>=0.991); extra == "lint" |
Requires-Dist: |
ruff (>=0.0.158); extra == "lint" |
Requires-Dist: |
types-paho-mqtt (>=1.6.0.1); extra == "lint" |
Requires-Dist: |
pytest (>=7.2.0); extra == "tests" |
Requires-Dist: |
pytest-cov (>=4.0.0); extra == "tests" |
Requires-Dist: |
anyio (>=3.6.2); extra == "tests" |
Provides-Extra: |
format |
Provides-Extra: |
lint |
Provides-Extra: |
tests |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |