Source: python-aioamqp Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Michael Fladischer , Build-Depends: debhelper (>= 11), dh-python, python3-all, python3-setuptools, python3-sphinx, python3-sphinx-rtd-theme, Standards-Version: 4.2.1 Homepage: https://github.com/Polyconseil/aioamqp/ Vcs-Browser: https://salsa.debian.org/python-team/modules/python-aioamqp Vcs-Git: https://salsa.debian.org/python-team/modules/python-aioamqp.git Testsuite: autopkgtest-pkg-python Package: python-aioamqp-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${sphinxdoc:Depends}, Description: AMQP implementation using asyncio (Documentation) aioamqp library is a pure-Python implementation of the AMQP 0.9.1 protocol. . Built on top on Python's asynchronous I/O support introduced in PEP 3156, it provides an API based on coroutines, making it easy to write highly concurrent applications. . This package contains the documentation. Package: python3-aioamqp Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Suggests: python-aioamqp-doc, Description: AMQP implementation using asyncio (Python3 version) aioamqp library is a pure-Python implementation of the AMQP 0.9.1 protocol. . Built on top on Python's asynchronous I/O support introduced in PEP 3156, it provides an API based on coroutines, making it easy to write highly concurrent applications. . This package contains the Python 3 version of the library.