Prakash Ranade 92cf5a52ea HUE-8259 [core] Adding python packages dependencies of Task Service 6 年之前
..
readme.txt 92cf5a52ea HUE-8259 [core] Adding python packages dependencies of Task Service 6 年之前

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: https://pypi.org/project/kombu/

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

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