Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv24162

Added Files:
        carrot-py.info celery-py.info 
Log Message:
Django AMQP support


--- NEW FILE: carrot-py.info ---
Info2: <<

Package: carrot-py%type_pkg[python]
Version: 0.10.2
Revision: 1
Maintainer: Kurt Schwehr <goat...@users.sourceforge.net>
License: BSD
Distribution: 10.6
Type: python (2.6)
Homepage: http://pypi.python.org/pypi/carrot/
Source: http://pypi.python.org/packages/source/c/carrot/carrot-%v.tar.gz
Source-MD5: 5a0d9cd8f9d04045da784ba1af5046b1

Suggests: rabbitmq-server
Depends: python%type_pkg[python]-shlibs, amqplib-py%type_pkg[python], 
simplejson-py%type_pkg[python]
BuildDepends: python%type_pkg[python], setuptools-py%type_pkg[python]

Description: AMQP Messaging for Python and Django

DescDetail: <<
carrot is an 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, pika), STOMP (python-stomp). There's also an in-memory
backend for testing purposes, using the Python queue module.

Several AMQP message broker implementations exists, including
RabbitMQ, ZeroMQ and Apache ActiveMQ. You'll need to have one of these
installed, personally we've been using RabbitMQ.
<<

DocFiles: AUTHORS Changelog FAQ LICENSE README THANKS TODO docs

CompileScript: python%type_raw[python] setup.py build
InstallScript: python%type_raw[python] setup.py install --root=%d

# Info2
<<
--- NEW FILE: celery-py.info ---
Info2: <<

Package: celery-py%type_pkg[python]
Version: 1.0.0
Revision: 1
Maintainer: Kurt Schwehr <goat...@users.sourceforge.net>
License: BSD
Distribution: 10.6
Type: python (2.6)
Homepage: http://pypi.python.org/pypi/celery/
Source: http://pypi.python.org/packages/source/c/celery/celery-%v.tar.gz
Source-MD5: 0e711cb074eff8ef205ef1274b30e8ad

Suggests: rabbitmq-server, django-py%type_pkg[python]
Depends: python%type_pkg[python]-shlibs, amqplib-py%type_pkg[python], 
simplejson-py%type_pkg[python]
BuildDepends: python%type_pkg[python], setuptools-py%type_pkg[python]

Description: AMQP task/queue manager

DescDetail: <<
Celery is a task queue/job queue based on distributed message
passing. It is focused on real-time operation, but supports scheduling
as well.

The execution units, called tasks, are executed concurrently on one or
more worker servers. Tasks can execute asynchronously (in the
background) or synchronously (wait until ready).

Celery is already used in production to process millions of tasks a
day.

Celery was originally created for use with Django, but is now usable
from any Python project. It can also operate with other languages via
webhooks.

The recommended message broker is RabbitMQ, but support for Redis and
databases is also available.
<<

DocFiles: AUTHORS Changelog LICENSE README THANKS TODO docs

CompileScript: python%type_raw[python] setup.py build
InstallScript: python%type_raw[python] setup.py install --root=%d

# Info2
<<

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to