python-carrot 0.10.7-1 source package in Ubuntu

Changelog

python-carrot (0.10.7-1) unstable; urgency=low


  * New upstream release. (Closes: #602576)
  * Updated Standards version, no changes needed.

 -- David Watson <email address hidden>  Sat, 06 Aug 2011 23:14:54 +0100

Upload details

Uploaded by:
David Watson
Uploaded to:
Sid
Original maintainer:
David Watson
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-carrot_0.10.7-1.dsc 1.1 KiB 70987d045f13cc3ff476db85b1f42a7c63cda96d7e63a92f75f94ddebc96cde8
python-carrot_0.10.7.orig.tar.gz 60.6 KiB cb46374f3c883c580d142a79d2609883713a867cc86e0514163adce784ce2468
python-carrot_0.10.7-1.diff.gz 2.7 KiB f8099e380e2b2d28f2562be3ae65a8eae5790989447fb346a4e79c62e87a983b

No changes file available.

Binary packages built by this source

python-carrot: 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.