summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2015-04-17 16:41:30 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2015-04-17 16:41:30 -0700
commitccf449b4974d617b1dfbf344fc14a9b8f5c946f4 (patch)
treed96c810438a40d3a83bdf979bbc673f4613775b6
parent91578f209f8db478bfef177e8dcb48fc5733c70e (diff)
downloadkazoo-ccf449b4974d617b1dfbf344fc14a9b8f5c946f4.tar.gz
Add travis + latest version + monthly download badges
-rw-r--r--README.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 4be02d3..0259e30 100644
--- a/README.rst
+++ b/README.rst
@@ -2,6 +2,18 @@
Kazoo
=====
+.. image:: https://travis-ci.org/python-zk/kazoo.svg?branch=master
+ :target: https://travis-ci.org/python-zk/kazoo
+ :alt: Travis Build
+
+.. image:: https://pypip.in/version/kazoo/badge.svg
+ :target: https://pypi.python.org/pypi/kazoo/
+ :alt: Latest Version
+
+.. image:: https://pypip.in/download/kazoo/badge.svg?period=month
+ :target: https://pypi.python.org/pypi/kazoo/
+ :alt: Downloads
+
``kazoo`` implements a higher level API to `Apache Zookeeper`_ for Python
clients.