File: control

package info (click to toggle)
python-carrot 0.10.7-1.1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 524 kB
  • ctags: 553
  • sloc: python: 2,675; makefile: 77
file content (27 lines) | stat: -rw-r--r-- 1,179 bytes parent folder | download
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.