python-hbmqtt 0.9.5-2 source package in Ubuntu

Changelog

python-hbmqtt (0.9.5-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.
  * Bump Standards-Version to 4.4.1.

 -- Stein Magnus Jodal <email address hidden>  Wed, 25 Dec 2019 08:59:41 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-hbmqtt_0.9.5-2.dsc 2.1 KiB a72be27e27fb54f7afa6bf94fc8706da356fff9ddecf7f0c31aa1b24f7a00c41
python-hbmqtt_0.9.5.orig.tar.gz 67.7 KiB 9886b1c8321d16e971376dc609b902e0c84118846642b5e09f08a4ca876a7f2a
python-hbmqtt_0.9.5-2.debian.tar.xz 6.3 KiB c72fe0237a70e5ddb65e5c1175c5c7020f8c087c3c7310c3ca03d72eab410991

Available diffs

No changes file available.

Binary packages built by this source

python3-hbmqtt: 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