Add pypi download + version badges

Change-Id: Ic181f19db09994754418ae3ac9bd19199fd0bbca
This commit is contained in:
Joshua Harlow 2015-04-05 10:11:07 -07:00
parent 9efa54a75b
commit 06f633a415
1 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,14 @@
Tooz
====
.. image:: https://pypip.in/version/tooz/badge.svg
:target: https://pypi.python.org/pypi/tooz/
:alt: Latest Version
.. image:: https://pypip.in/download/tooz/badge.svg?period=month
:target: https://pypi.python.org/pypi/tooz/
:alt: Downloads
The Tooz project aims at centralizing the most common distributed primitives
like group membership protocol, lock service and leader election by providing
a coordination API helping developers to build distributed applications.