Source: amqtt Maintainer: Home Assistant Team Uploaders: Edward Betts , Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-hatchling, Build-Depends-Indep: openssl , python-is-python3 , python3-aiohttp , python3-aiosqlite , python3-argon2 , python3-dacite , python3-hamcrest , python3-hypothesis , python3-jsonschema , python3-jwt , python3-ldap , python3-mergedeep , python3-openssl , python3-paho-mqtt , python3-passlib , python3-pkg-resources , python3-psutil , python3-pytest , python3-pytest-asyncio , python3-pytest-cov , python3-pytest-logdog , python3-pytest-timeout , python3-sqlalchemy , python3-transitions , python3-typer , python3-websockets , python3-yaml , Standards-Version: 4.7.2 Homepage: https://github.com/Yakifo/amqtt Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-amqtt Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-amqtt.git Package: amqtt Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: Asyncio-based MQTT broker and client implementation Implementation of the MQTT 3.1.1 messaging protocol providing both broker and client functionality, built on top of asyncio. . It supports publish/subscribe communication over TCP or WebSocket connections and implements the standard MQTT Quality of Service levels for reliable message delivery. . The broker handles authentication, authorisation, topic access control, and message distribution. SSL/TLS encryption and plugin-based extensions are supported. . Session persistence and automatic reconnection help maintain communication across temporary network interruptions. Suitable for IoT, sensor networks, and other distributed systems using MQTT.