the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
Package: amqplib-py%type_pkg[python]
Version: 0.6.1
Revision: 1
Maintainer: Kurt Schwehr
License: LGPL
Distribution: 10.5, 10.6
Type: python (2.6)
Source: http://pypi.python.org/packages/source/a/amqplib/amqplib-%v.tgz
Source-MD5: b2f6679b27eaae97c50a9c3504154fae
Suggests: rabbitmq-server
Depends: python%type_pkg[python]-shlibs
BuildDepends: python%type_pkg[python]
Description: AMQP messaging client
DescDetail: <<
Implements a simple non-threaded Python client library for AMQP 0-8,
tested with RabbitMQ.
The initial need was for something that could be used in an embedded
Python environment, in which case reliance on threading would probably
cause trouble. A quick connection time was desirable too. QPID takes a
while to parse the AMQP spec file, but this module relies on a
skeleton generated statically from the 0-8 spec file and fleshed it
out by hand.
Also features SSL support (tested against RabbitMQ behind a Stunnel)
If you need something that can better handle asynchronous messaging,
txAMQP for Twisted Python may be what you're looking for.
<<
DocFiles: CHANGES LICENSE README TODO demo
CompileScript: python%type_raw[python] setup.py build
InstallScript: python%type_raw[python] setup.py install --root=%d
# Info2
<<