Info2: <<

Package: carrot-py%type_pkg[python]
Version: 0.10.7
Revision: 2
Maintainer: None <fink-devel@lists.sourceforge.net>
License: BSD
Type: python (2.7)
Homepage: https://pypi.org/project/carrot/
Source: https://files.pythonhosted.org/packages/source/c/carrot/carrot-%v.tar.gz
Source-Checksum: SHA256(cb46374f3c883c580d142a79d2609883713a867cc86e0514163adce784ce2468)

Suggests: rabbitmq-server, django-py%type_pkg[python]
Depends: python%type_pkg[python]-shlibs, amqplib-py%type_pkg[python]
#, simplejson-py%type_pkg[python]
BuildDepends: python%type_pkg[python], setuptools-tng-py%type_pkg[python]

Description: AMQP Messaging for Python and Django

DescDetail: <<
carrot is an 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, pika), STOMP (python-stomp). There's also an in-memory
backend for testing purposes, using the Python queue module.

Several AMQP message broker implementations exists, including
RabbitMQ, ZeroMQ and Apache ActiveMQ. You'll need to have one of these
installed, personally we've been using RabbitMQ.
<<
DescPackaging: <<
Previous maintainer: Kurt Schwehr <goatbar@users.sourceforge.net>
<<

DocFiles: AUTHORS Changelog FAQ LICENSE README THANKS TODO docs

CompileScript: python%type_raw[python] setup.py build
InstallScript: python%type_raw[python] setup.py install --root=%d

# Info2
<<