python-carrot 0.10.7-0ubuntu1 source package in Ubuntu

Changelog

python-carrot (0.10.7-0ubuntu1) natty; urgency=low

  * New upstream release (filed #602576 for updating package
    in Debian which is currently frozen)
  * Bumped standards version
 -- Elliot Murphy <email address hidden>   Fri, 05 Nov 2010 22:05:24 -0400

Upload details

Uploaded by:
Elliot Murphy
Uploaded to:
Natty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Natty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-carrot_0.10.7.orig.tar.gz 60.6 KiB cb46374f3c883c580d142a79d2609883713a867cc86e0514163adce784ce2468
python-carrot_0.10.7-0ubuntu1.debian.tar.gz 3.1 KiB 3bc983781fe02a1bf03a7e3bc57d1a2951db2b50f39acfee80e853c2fedab090
python-carrot_0.10.7-0ubuntu1.dsc 1.3 KiB 666998c5f1e4291f82c15d3f860055d4590355bbd85d90cbeb21ba8c5093a4fb

Available diffs

View changes file

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.