Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/celery/cyme
Celery Instance Manager
https://github.com/celery/cyme
actor-model celery cell django python
Last synced: 7 days ago
JSON representation
Celery Instance Manager
- Host: GitHub
- URL: https://github.com/celery/cyme
- Owner: celery
- License: bsd-3-clause
- Created: 2011-08-31T11:00:06.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2018-01-21T11:55:46.000Z (almost 7 years ago)
- Last Synced: 2024-10-29T12:39:51.379Z (16 days ago)
- Topics: actor-model, celery, cell, django, python
- Language: Python
- Homepage:
- Size: 437 KB
- Stars: 52
- Watchers: 21
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README
- Changelog: Changelog
- License: LICENSE
Awesome Lists containing this project
README
===============================================
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.netLicense
=======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