From 3a612549601bf8e67866953e8d84e3a1ec190994 Mon Sep 17 00:00:00 2001 From: clsung Date: Fri, 18 Mar 2011 04:46:07 +0000 Subject: Kombu is an AMQP messaging framework for Python. The aim of Kombu is to make messaging in Python as easy as possible by providing an idiomatic high-level interface for the AMQP protocol, and also provide proven and tested solutions to common messaging problems. Features: * Allows application authors to support several message server solutions by using pluggable transports. * Supports automatic encoding, serialization and compression of message payloads. * Consistent exception handling across transports. * The ability to ensure that an operation is performed by gracefully handling connection and channel errrors. * Several annoyances with amqplib has been fixed, like supporting timeouts and the ability to wait for events on more than one channel. WWW: http://github.com/ask/kombu --- net/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net/Makefile') diff --git a/net/Makefile b/net/Makefile index a9d5b9ec2793..a85d3d91b51d 100644 --- a/net/Makefile +++ b/net/Makefile @@ -863,6 +863,7 @@ SUBDIR += py-google SUBDIR += py-impacket SUBDIR += py-iplib + SUBDIR += py-kombu SUBDIR += py-ldap2 SUBDIR += py-libcloud SUBDIR += py-libdnet -- cgit