Source: python-hbmqtt
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Stein Magnus Jodal <jodal@debian.org>,
Build-Depends: debhelper-compat (= 10),
               dh-python,
               python3-all,
               python3-docopt,
               python3-nose,
               python3-passlib,
               python3-setuptools,
               python3-transitions,
               python3-websockets,
               python3-yaml,
Standards-Version: 4.4.1
Homepage: https://hbmqtt.readthedocs.io/
Vcs-Git: https://salsa.debian.org/python-team/modules/python-hbmqtt.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-hbmqtt

Package: python3-hbmqtt
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: MQTT client/broker for asyncio
 HBMQTT is a MQTT client and broker implementation built on top of asyncio.
 .
 HBMQTT implements the full set of MQTT 3.1.1 protocol specifications and
 provides the following features:
 .
  * Support QoS 0, QoS 1 and QoS 2 messages flow
  * Client auto-reconnection on network lost
  * Authentication through password file
    (more methods can be added through a plugin system)
  * Basic $SYS topics
  * TCP and websocket support
  * SSL support over TCP and websocket
  * Plugin system
