Skip to content

Commit 4cc527d

Browse files
committed
Add pypi badges in README.
1 parent 7a2bee2 commit 4cc527d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
ElasticECSHandler.py
44
====================
55

6+
| |license| |versions| |status| |downloads|
67
| |ci_status| |codecov|
78
89

@@ -192,6 +193,18 @@ Contributing back
192193
-----------------
193194
Feel free to use this as is or even better, feel free to fork and send your pull requests over.
194195

196+
.. |downloads| image:: https://img.shields.io/pypi/dd/ElasticECSHandler.svg
197+
:target: https://pypi.python.org/pypi/ElasticECSHandler
198+
:alt: Daily PyPI downloads
199+
.. |versions| image:: https://img.shields.io/pypi/pyversions/ElasticECSHandler.svg
200+
:target: https://pypi.python.org/pypi/ElasticECSHandler
201+
:alt: Python versions supported
202+
.. |status| image:: https://img.shields.io/pypi/status/ElasticECSHandler.svg
203+
:target: https://pypi.python.org/pypi/ElasticECSHandler
204+
:alt: Package stability
205+
.. |license| image:: https://img.shields.io/pypi/l/ElasticECSHandler.svg
206+
:target: https://pypi.python.org/pypi/ElasticECSHandler
207+
:alt: License
195208
.. |ci_status| image:: https://travis-ci.com/IMInterne/python-elasticsearch-ecs-logger.svg?branch=master
196209
:target: https://travis-ci.com/IMInterne/python-elasticsearch-ecs-logger
197210
:alt: Continuous Integration Status

0 commit comments

Comments
 (0)