Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Jun 5, 2012
1 parent 296b973 commit b0480f9
Showing 1 changed file with 62 additions and 27 deletions.
89 changes: 62 additions & 27 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -637,16 +637,19 @@ Contacts
Committers
----------

- Ask Solem
Ask Solem
~~~~~~~~~

:github: https://github.com/ask
:twitter: http://twitter.com/#!/asksol

- Mher Movsisyan
Mher Movsisyan
~~~~~~~~~~~~~~

:github: https://github.com/mher

- Steeve Morin
Steeve Morin
~~~~~~~~~~~~

:github: https://github.com/steeve
:twitter: http://twitter.com/#!/steeve
Expand All @@ -656,97 +659,129 @@ Website

The Celery Project website is run and maintained by

- Mauro Rocco
Mauro Rocco
~~~~~~~~~~~

:github: https://github.com/fireantology
:twitter: https://twitter.com/#!/fireantology

with design by:

- Jan Henrik Helmers (http://www.helmersworks.com)
Jan Henrik Helmers
~~~~~~~~~~~~~~~~~~

:web: http://www.helmersworks.com
:twitter: http://twitter.com/#!/helmers


.. _packages:

Packages
========

- celery
celery
------

:canonical repo: https://github.com/ask/celery
:git: https://github.com/ask/celery
:CI: http://travis-ci.org/#!/ask/celery
:PyPI: http://pypi.python.org/pypi/celery
:docs: http://docs.celeryproject.org

kombu
-----

- kombu
Messaging framework.

:canonical repo: https://github.com/ask/kombu
:git: https://github.com/ask/kombu
:CI: http://travis-ci.org/#!/ask/kombu
:PyPI: http://pypi.python.org/pypi/kombu
:docs: http://kombu.readthedocs.org

billiard
--------

- billiard
Fork of multiprocessing containing improvements
that will eventually be merged into the Python stdlib.

:canonical repo: https://github.com/ask/billiard
:git: https://github.com/ask/billiard
:PyPI: http://pypi.python.org/pypi/billiard

- librabbitmq
librabbitmq
-----------

:canonical repo: https://github.com/celery/librabbitmq
Very fast Python AMQP client written in C.

:git: https://github.com/celery/librabbitmq
:PyPI: http://pypi.python.org/pypi/librabbitmq

- celerymon
celerymon
---------

:canonical repo: https://github.com/ask/celerymon
Celery monitor web-service.

:git: https://github.com/ask/celerymon
:PyPI: http://pypi.python.org/pypi/celerymon

- django-celery
django-celery
-------------

Django <-> Celery Integration.

:canonical repo: https://github.com/ask/django-celery
:git: https://github.com/ask/django-celery
:PyPI: http://pypi.python.org/pypi/django-celery
:docs: http://docs.celeryproject.org/en/latest/django

- cl
cl
--

:canonical repo: https://github.com/ask/cl
Actor framework.

:git: https://github.com/ask/cl
:PyPI: http://pypi.python.org/pypi/cl

- cyme
cyme
----

Distributed Celery Instance manager.

:canonical repo: https://github.com/celery/cyme
:git: https://github.com/celery/cyme
:PyPI: http://pypi.python.org/pypi/cyme
:docs: http://cyme.readthedocs.org/


Deprecated
----------

- Flask-Celery

:canonical repo: https://github.com/ask/Flask-Celery
:git: https://github.com/ask/Flask-Celery
:PyPI: http://pypi.python.org/pypi/Flask-Celery

- carrot

:canonical repo: https://github.com/ask/carrot
:git: https://github.com/ask/carrot
:PyPI: http://pypi.python.org/pypi/carrot

- ghettoq

:canonical repo: https://github.com/ask/ghettoq
:git: https://github.com/ask/ghettoq
:PyPI: http://pypi.python.org/pypi/ghettoq

- kombu-sqlalchemy

:canonical repo: https://github.com/ask/kombu-sqlalchemy
:git: https://github.com/ask/kombu-sqlalchemy
:PyPI: http://pypi.python.org/pypi/kombu-sqlalchemy

- django-kombu

:canonical repo: https://github.com/ask/django-kombu
:git: https://github.com/ask/django-kombu
:PyPI: http://pypi.python.org/pypi/django-kombu

- pylibrabbitmq

Old name for :mod:`librabbitmq`.

:canonical repo: :const:`None`
:git: :const:`None`
:PyPI: http://pypi.python.org/pypi/pylibrabbitmq

.. _release-procedure:
Expand Down

0 comments on commit b0480f9

Please sign in to comment.