diff options
| author | Ask Solem <ask@celeryproject.org> | 2016-08-18 16:20:10 -0700 |
|---|---|---|
| committer | Ask Solem <ask@celeryproject.org> | 2016-08-18 16:20:10 -0700 |
| commit | 7b6fa9a13fa5b68ed093e54f800951e1bc2bd6d5 (patch) | |
| tree | 612aad1c0bf4296073f362fbe8f755cf57ae4eee /docs | |
| parent | f1498856e4532941341de76aee837d87d5983453 (diff) | |
| download | py-amqp-7b6fa9a13fa5b68ed093e54f800951e1bc2bd6d5.tar.gz | |
More README badges
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/templates/readme.txt | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/docs/templates/readme.txt b/docs/templates/readme.txt index 09e5f7f..b9e4b10 100644 --- a/docs/templates/readme.txt +++ b/docs/templates/readme.txt @@ -2,7 +2,7 @@ Python AMQP 0.9.1 client library ===================================================================== -|build-status| |coverage| +|build-status| |coverage| |license| |wheel| |pyversion| |pyimp| .. include:: ../includes/introduction.txt @@ -12,3 +12,19 @@ .. |coverage| image:: https://codecov.io/github/celery/py-amqp/coverage.svg?branch=master :target: https://codecov.io/github/celery/py-amqp?branch=master + +.. |license| image:: https://img.shields.io/pypi/l/amqp.svg + :alt: BSD License + :target: https://opensource.org/licenses/BSD-3-Clause + +.. |wheel| image:: https://img.shields.io/pypi/wheel/amqp.svg + :alt: Python AMQP can be installed via wheel + :target: http://pypi.python.org/pypi/amqp/ + +.. |pyversion| image:: https://img.shields.io/pypi/pyversions/amqp.svg + :alt: Supported Python versions. + :target: http://pypi.python.org/pypi/amqp/ + +.. |pyimp| image:: https://img.shields.io/pypi/implementation/amqp.svg + :alt: Support Python implementations. + :target: http://pypi.python.org/pypi/amqp/ |
