| 12
 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
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 
 | Source: python-asyncio-mqtt
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Martin <debacle@debian.org>
Build-Depends: debhelper-compat (= 13),
	dh-python,
	furo,
	pybuild-plugin-pyproject,
	python3,
	python3-anyio,
	python3-hatchling,
	python3-myst-parser,
	python3-paho-mqtt (>= 2~),
	python3-poetry-core,
	python3-poetry-dynamic-versioning,
	python3-pytest,
	python3-setuptools,
	python3-setuptools-scm,
	python3-sphinx,
	python3-sphinx-copybutton,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/python-asyncio-mqtt.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-asyncio-mqtt
Homepage: https://github.com/sbtinstruments/asyncio-mqtt
Testsuite: autopkgtest-pkg-pybuild
Package: python3-asyncio-mqtt
Architecture: all
Depends: ${python3:Depends},
	 ${misc:Depends}
Provides: ${python3:Provides}
Description: Idomatic asyncio wrapper around paho-mqtt
 asyncio-mqtt combines the stability of the time-proven paho-mqtt
 library with a modern, asyncio-based interface.
Package: python-asyncio-mqtt-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Multi-Arch: foreign
Description: Idomatic asyncio wrapper around paho-mqtt (documentation)
 asyncio-mqtt combines the stability of the time-proven paho-mqtt
 library with a modern, asyncio-based interface.
 .
 This package provides the HTML documentation.
 |