Source: python-pika
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Ivan Udovichenko <iudovichenko@mirantis.com>,
Build-Depends: debhelper (>= 9),
               dh-python,
               openstack-pkg-tools,
               python-all,
               python-coverage,
               python-mock,
               python-nose,
               python-pyev,
               python-setuptools,
               python-tornado,
               python-twisted,
               python3-all,
               python3-coverage,
               python3-mock,
               python3-nose,
               python3-pyev,
               python3-setuptools,
               python3-tornado,
               python3-twisted-experimental,
Standards-Version: 3.9.6
Homepage: https://github.com/pika/pika

Package: python-pika
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-pyev, python-tornado, python-twisted
Description: is a RabbitMQ (AMQP-0-9-1) client library for Python. - Python 2.7
 Pika is a pure-Python implementation of the AMQP 0-9-1
 protocol that tries to stay fairly independent of the
 underlying network support  library. Pika was developed
 primarily for use with RabbitMQ, but should also work
 with other AMQP 0-9-1 brokers.
 .
 This package contains the Python 2.7 module.

Package: python3-pika
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python3-pyev, python3-tornado, python3-twisted-experimental
Description: is a RabbitMQ (AMQP-0-9-1) client library for Python. - Python 3.x
 Pika is a pure-Python implementation of the AMQP 0-9-1
 protocol that tries to stay fairly independent of the
 underlying network support  library. Pika was developed
 primarily for use with RabbitMQ, but should also work
 with other AMQP 0-9-1 brokers.
 .
 This package contains the Python 3.x module.
