Source: async_amqp
Maintainer: Matthias Urlichs <matthias@urlichs.de>
Section: python
Priority: optional
Build-Depends: python3-setuptools, python3-all, debhelper (>= 9),
  python3 (>> 3.6),
  python3-anyio,
  python3-pytest-trio,
  python3-setuptools-scm,
  python3-requests (>> 2.21),
  python3-pyrabbit2,
  python3-pamqp,
Standards-Version: 3.9.1

Package: python3-async_amqp
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
  python3 (>> 3.6),
  python3-anyio,
  python3-pyrabbit2,
  python3-pamqp,
Description: AMQP implementation using anyio
 The async_amqp library is a pure-Python implementation
 of the AMQP 0.9.1 protocol.
 .
 Built on top of anyio, it provides an API based on coroutines,
 making it easy to write highly concurrent applications.
