1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
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 (>= 7.0.50~), python (>= 2.6.5~), python-setuptools
Standards-Version: 3.9.2
Homepage: http://pika.github.com/
Vcs-Svn: svn://anonscm.debian.org/svn/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: ${python:Depends}, ${misc: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.
|