CodeBrowser / python-package / asyncio-mqtt
asyncio-mqtt==0.16.2
# Idiomatic asyncio wrapper around paho-mqtt
$ pip install asyncio-mqtt
downloads/wk
134,262
license
BSD 3-Clause License
version
0.16.2
python
>=3.7
What is asyncio-mqtt?
asyncio-mqtt is a Python wrapper that integrates the paho-mqtt library with Python's asyncio framework, allowing you to write non-blocking MQTT client code using async/await syntax. Use this package if you're building asyncio-based applications that need to communicate with MQTT brokers without blocking your event loop.
Links
Keywords
#mqtt #async #asyncio #paho-mqtt #wrapper