| 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
 
 | Source: python-aiormq
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-python,
               pybuild-plugin-pyproject,
               python3-all,
               python3-setuptools,
               python3-pamqp,
               python3-poetry-core,
               python3-yarl
Standards-Version: 4.7.0
Homepage: https://github.com/mosquito/aiormq
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-aiormq
Vcs-Git: https://salsa.debian.org/python-team/packages/python-aiormq.git
Testsuite: autopkgtest-pkg-python
Package: python3-aiormq
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends}
Description: pure Python AMQP client library (Python 3)
 This program is a pure Python AMQP 0.9.1 asynchronous client library.
 .
 Features:
  Connecting by URL.
  Buffered queue for received frames.
  Only PLAIN auth mechanism support.
  Publisher confirms support.
  Transactions support.
  Channel based asynchronous locks.
  Tracking unroutable messages.
  Full SSL/TLS support.
  Python type hints.
  Uses pamqp as an AMQP 0.9.1 frame encoder/decoder.
 .
 This package installs the library for Python 3.
 |