kombu/docs/templates
Ask Solem 3270277007 Adds more README badges 2016-08-18 16:18:25 -07:00
..
readme.txt Adds more README badges 2016-08-18 16:18:25 -07:00

readme.txt

========================================
 kombu - Messaging library for Python
========================================

|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/kombu.png?branch=master
    :alt: Build status
    :target: https://travis-ci.org/celery/kombu

.. |coverage| image:: https://codecov.io/github/celery/kombu/coverage.svg?branch=master
    :target: https://codecov.io/github/celery/kombu?branch=master

.. |license| image:: https://img.shields.io/pypi/l/kombu.svg
    :alt: BSD License
    :target: https://opensource.org/licenses/BSD-3-Clause

.. |wheel| image:: https://img.shields.io/pypi/wheel/kombu.svg
    :alt: Kombu can be installed via wheel
    :target: http://pypi.python.org/pypi/kombu/

.. |pyversion| image:: https://img.shields.io/pypi/pyversions/kombu.svg
    :alt: Supported Python versions.
    :target: http://pypi.python.org/pypi/kombu/

.. |pyimp| image:: https://img.shields.io/pypi/implementation/kombu.svg
    :alt: Support Python implementations.
    :target: http://pypi.python.org/pypi/kombu/
--