We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f67da9 commit 8f5ebaaCopy full SHA for 8f5ebaa
README.rst
@@ -1,7 +1,7 @@
1
Kafka-InfluxDB
2
==============
3
4
-|Build Status| |Coverage Status| |Code Climate|
+|PyPi Version| |Build Status| |Coverage Status| |Code Climate|
5
6
| A Kafka consumer for InfluxDB written in Python.
7
| All messages sent to Kafka on a certain topic will be relayed to Influxdb.
@@ -191,3 +191,6 @@ TODO
191
.. |Code Climate| image:: https://codeclimate.com/github/mre/kafka-influxdb/badges/gpa.svg
192
:target: https://codeclimate.com/github/mre/kafka-influxdb
193
:alt: Code Climate
194
+.. |PyPi Version| image:: https://badge.fury.io/py/kafka_influxdb.svg
195
+ :target: https://badge.fury.io/py/kafka_influxdb
196
+
0 commit comments