python-paho-mqtt 2.0.0-1 source package in Ubuntu

Changelog

python-paho-mqtt (2.0.0-1) unstable; urgency=medium

  * New upstream release

 -- Sebastian Reichel <email address hidden>  Thu, 29 Feb 2024 00:11:12 +0100

Upload details

Uploaded by:
Sebastian Reichel
Uploaded to:
Sid
Original maintainer:
Sebastian Reichel
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble proposed universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-paho-mqtt_2.0.0-1.dsc 2.0 KiB 451f082524f86075685c8bc41d188aa6811838e12eb9fd5d6a59d0681dc936fb
python-paho-mqtt_2.0.0.orig.tar.gz 162.4 KiB 63e9f2f9f2e3a6345b2a50010ecdbbcfda6cb1f5cff73a2f39528dac8debd1d0
python-paho-mqtt_2.0.0-1.debian.tar.xz 6.1 KiB c8d8a4192f8e01cb5bef929367303cf8c31612b8db9ce4ac94feb2b575fc086d

No changes file available.

Binary packages built by this source

python3-paho-mqtt: MQTT client class (Python 3)

 This code provides a client class which enable applications to connect
 to an MQTT broker to publish messages, and to subscribe to topics and
 receive published messages. It also provides some helper functions to
 make publishing one off messages to an MQTT server very straightforward.
 .
 The MQTT protocol is a machine-to-machine (M2M)/”Internet of Things”
 connectivity protocol. Designed as an extremely lightweight publish/
 subscribe messaging transport, it is useful for connections with remote
 locations where a small code footprint is required and/or network
 bandwidth is at a premium.
 .
 This is the Python 3 version of the package.