readme.txt 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. =================================
  2. Celery - Distributed Task Queue
  3. =================================
  4. .. image:: http://cloud.github.com/downloads/celery/celery/celery_128.png
  5. |build-status| |coverage| |license| |wheel| |pyversion| |pyimp|
  6. .. include:: ../includes/introduction.txt
  7. .. include:: ../includes/installation.txt
  8. .. include:: ../includes/resources.txt
  9. .. |build-status| image:: https://secure.travis-ci.org/celery/celery.png?branch=master
  10. :alt: Build status
  11. :target: https://travis-ci.org/celery/celery
  12. .. |coverage| image:: https://codecov.io/github/celery/celery/coverage.svg?branch=master
  13. :target: https://codecov.io/github/celery/celery?branch=master
  14. .. |license| image:: https://img.shields.io/pypi/l/celery.svg
  15. :alt: BSD License
  16. :target: https://opensource.org/licenses/BSD-3-Clause
  17. .. |wheel| image:: https://img.shields.io/pypi/wheel/celery.svg
  18. :alt: Celery can be installed via wheel
  19. :target: http://pypi.python.org/pypi/celery/
  20. .. |pyversion| image:: https://img.shields.io/pypi/pyversions/celery.svg
  21. :alt: Supported Python versions.
  22. :target: http://pypi.python.org/pypi/celery/
  23. .. |pyimp| image:: https://img.shields.io/pypi/implementation/celery.svg
  24. :alt: Support Python implementations.
  25. :target: http://pypi.python.org/pypi/celery/