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
|
Source: python-pika
Section: python
Priority: optional
Maintainer: Jan Dittberner <jandd@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
netbase,
python (>= 2.6.5~),
python-mock,
python-nose,
python-setuptools,
python-tornado,
python-twisted,
python-yaml
Standards-Version: 3.9.5
X-Python-Version: >= 2.6
Homepage: http://pika.github.com/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-pika/trunk
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-pika/trunk/
Package: python-pika
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: AMQP client library
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 RabitMQ, but also works with other
AMQP-0-9-1 brokers.
|