celery / cyme

Celery Instance Manager
BSD 3-Clause "New" or "Revised" License
53 stars 7 forks source link
actor-model celery cell django python

=============================================== Cyme - Celery instance manager

:Version: 0.0.5 :Web: http://celeryproject.org/ :Download: http://pypi.python.org/pypi/cyme/ :Keywords: celery, task queue, job queue, cloud, service

--

Installation

You can install cyme either via the Python Package Index (PyPI) or from source.

To install using pip,::

$ pip install cyme

To install using easy_install,::

$ easy_install cyme

Getting Help

Mailing list

For discussions about the usage, development, and future of celery, please join the celery-users_ mailing list.

.. _celery-users: http://groups.google.com/group/celery-users/

IRC

Come chat with us on IRC. The #celery channel is located at the Freenode network.

.. #celery: irc://irc.freenode.net/celery .. Freenode: http://freenode.net

License

This software is licensed under the New BSD License. See the LICENSE file in the top distribution directory for the full license text.

.. # vim: syntax=rst expandtab tabstop=4 shiftwidth=4 shiftround