File: control

package info (click to toggle)
python-paho-mqtt 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,240 kB
  • sloc: python: 8,640; sh: 48; makefile: 40
file content (32 lines) | stat: -rw-r--r-- 1,318 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: python-paho-mqtt
Maintainer: Sebastian Reichel <sre@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3-all,
               python3-hatchling,
               python3-socks
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://www.eclipse.org/paho/clients/python/
Vcs-Browser: https://salsa.debian.org/debian/python-paho-mqtt
Vcs-Git: https://salsa.debian.org/debian/python-paho-mqtt.git

Package: python3-paho-mqtt
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: 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.