diff options
author | clsung <clsung@FreeBSD.org> | 2011-03-18 12:46:07 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2011-03-18 12:46:07 +0800 |
commit | 3a612549601bf8e67866953e8d84e3a1ec190994 (patch) | |
tree | dd13e3f92e9be0380142f9b8768514d4d538a099 /net/Makefile | |
parent | ef8821d89a6cc9557bb281377aba94acfa8e1d32 (diff) | |
download | freebsd-ports-gnome-3a612549601bf8e67866953e8d84e3a1ec190994.tar.gz freebsd-ports-gnome-3a612549601bf8e67866953e8d84e3a1ec190994.tar.zst freebsd-ports-gnome-3a612549601bf8e67866953e8d84e3a1ec190994.zip |
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
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |