Paketname | python-carrot |
Beschreibung | An AMQP messaging queue framework |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.10.5-1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 580 Byte |
Hängt ab von | python (>= 2.5), python-support (>= 0.90.0), python-anyjson |
Empfohlene Pakete | python-amqplib, python-stompy |
Paketbetreuer | David Watson |
Quelle | |
Paketgröße | 94202 Byte |
Prüfsumme MD5 | d6d150a98cbc7e8396aeb12b79730a26 |
Prüfsumme SHA1 | 9c63b2b0900efbefd20c41130a41764e7ab13345 |
Prüfsumme SHA256 | c4554b908f9e9433d31858f54f7f221d91a3f087f705c67b624f626c457c7c8a |
Link zum Herunterladen | python-carrot_0.10.5-1_all.deb |
Ausführliche Beschreibung | 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.
|