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
|
Source: python-carrot
Section: python
Priority: optional
Maintainer: David Watson <dwatson@debian.org>
Build-Depends: debhelper (>= 9), dh-python, python-setuptools, python
Build-Depends-Indep: python-django, python-sphinx, libjs-jquery
Standards-Version: 3.9.6
Homepage: http://pypi.python.org/pypi/carrot
X-Python-Version: >= 2.5
Package: python-carrot
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-anyjson
Recommends: python-amqplib, python-stompy
Description: AMQP messaging queue framework
AMQP is the Advanced Message Queuing Protocol, an open standard protocol
for message orientation, queuing, routing, reliability and security.
.
The aim of carrot is to make messaging in Python as easy as possible by
providing a high-level interface for producing and consuming messages.
At the same time it is a goal to re-use what is already available as much
as possible.
.
carrot has pluggable messaging back-ends, so it is possible to support
several messaging systems. Currently, there is support for AMQP (py-amqplib)
and STOMP (python-stomp). There is also a in-memory backend for testing
purposes that uses the Python queue module.
|