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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
Source: python-aio-pika
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Georg Faerber <georg@debian.org>,
Guilherme de Paula Xavier Segundo <guilherme.lnx@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
furo,
pybuild-plugin-pyproject,
python3-aiormq,
python3-all,
python3-msgpack,
python3-nox,
python3-pamqp,
python3-poetry-core,
python3-setuptools,
python3-sphinx <!nodoc>,
python3-tornado,
python3-yarl
Standards-Version: 4.7.2
Homepage: https://github.com/mosquito/aio-pika
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-aio-pika
Vcs-Git: https://salsa.debian.org/python-team/packages/python-aio-pika.git
Package: python3-aio-pika
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Suggests: python-aio-pika-doc
Description: AMQP client designed for asyncio and humans (Python 3)
This library is a wrapper around aiormq for asyncio and humans.
.
Features:
Completely asynchronous API.
Object oriented API.
Transparent auto-reconnects with complete state recovery with connect_robust.
Transparent publisher confirms support.
Transactions support.
Completely type-hints coverage.
.
This package installs the library for Python 3.
Package: python-aio-pika-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: libjs-jquery,
${misc:Depends},
${sphinxdoc:Depends}
Description: AMQP client designed for asyncio and humans (common documentation)
This library is a wrapper around aiormq for asyncio and humans.
.
Features:
Completely asynchronous API.
Object oriented API.
Transparent auto-reconnects with complete state recovery with connect_robust.
Transparent publisher confirms support.
Transactions support.
Completely type-hints coverage.
.
This package installs the common documentation package.
|