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 (>= 10),
               dh-python,
               python3-all,
               python3-docopt,
               python3-nose,
               python3-passlib,
               python3-setuptools,
               python3-transitions,
               python3-websockets,
               python3-yaml,
Standards-Version: 4.0.0
Homepage: https://hbmqtt.readthedocs.io/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-hbmqtt.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-hbmqtt.git
X-Python3-Version: >= 3.4

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
