| 123456789101112131415161718192021222324252627282930313233343536 | ================================= Celery - Distributed Task Queue=================================.. image:: http://cloud.github.com/downloads/celery/celery/celery_128.png|build-status| |coverage| |license| |wheel| |pyversion| |pyimp|.. include:: ../includes/introduction.txt.. include:: ../includes/installation.txt.. include:: ../includes/resources.txt.. |build-status| image:: https://secure.travis-ci.org/celery/celery.png?branch=master    :alt: Build status    :target: https://travis-ci.org/celery/celery.. |coverage| image:: https://codecov.io/github/celery/celery/coverage.svg?branch=master    :target: https://codecov.io/github/celery/celery?branch=master.. |license| image:: https://img.shields.io/pypi/l/celery.svg    :alt: BSD License    :target: https://opensource.org/licenses/BSD-3-Clause.. |wheel| image:: https://img.shields.io/pypi/wheel/celery.svg    :alt: Celery can be installed via wheel    :target: http://pypi.python.org/pypi/celery/.. |pyversion| image:: https://img.shields.io/pypi/pyversions/celery.svg    :alt: Supported Python versions.    :target: http://pypi.python.org/pypi/celery/.. |pyimp| image:: https://img.shields.io/pypi/implementation/celery.svg    :alt: Support Python implementations.    :target: http://pypi.python.org/pypi/celery/
 |