diff options
author | David Arthur <mumrah@gmail.com> | 2015-02-03 19:54:39 -0500 |
---|---|---|
committer | David Arthur <mumrah@gmail.com> | 2015-02-03 19:54:39 -0500 |
commit | 91156f6ae4c65326fa6f20ea31949f90fe4751f9 (patch) | |
tree | 05db53d368276806dc15b24c6ae98f398fea923a | |
parent | c00dc274f9e35948221b2a4f6eb26c2b293aa93e (diff) | |
download | kafka-python-91156f6ae4c65326fa6f20ea31949f90fe4751f9.tar.gz |
Adding ReadTheDocs badge
Because you can never have enough badges
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,8 +2,9 @@ [](https://travis-ci.org/mumrah/kafka-python) [](https://coveralls.io/r/mumrah/kafka-python?branch=master) +[](https://readthedocs.org/projects/kafka-python/?badge=latest) -[Full documentation available on ReadTheDocs](http://kafka-python.readthedocs.org/en/latest/) +[Full documentation available on ReadTheDocs](http://kafka-python.readthedocs.org/en/latest/) This module provides low-level protocol support for Apache Kafka as well as high-level consumer and producer classes. Request batching is supported by the |