summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorRay Holder <ray.holder+github@gmail.com>2013-11-07 18:37:57 -0600
committerRay Holder <ray.holder+github@gmail.com>2013-11-07 18:37:57 -0600
commitf728447c8cc614fbcd056d6f062e4cdd126e7a49 (patch)
treece91d582f23d500c52c7c36003c789b002a770b9 /README.rst
parent5ac66cf291fa6d017d28a56355cc50f476cc08db (diff)
downloadretrying-f728447c8cc614fbcd056d6f062e4cdd126e7a49.tar.gz
adding version and download badges
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 2cacb77..3d224b2 100644
--- a/README.rst
+++ b/README.rst
@@ -1,9 +1,13 @@
Retrying
=========================
+.. image:: https://travis-ci.org/rholder/retrying.png?branch=master
+ :target: https://travis-ci.org/rholder/retrying
+.. image:: https://badge.fury.io/py/retrying.png
+ :target: https://pypi.python.org/pypi/retrying
-.. image:: https://travis-ci.org/rholder/retrying.png?branch=master
- :target: https://travis-ci.org/rholder/retrying
+.. image:: https://pypip.in/d/retrying/badge.png
+ :target: https://pypi.python.org/pypi/retrying
Retrying is an Apache 2.0 licensed general-purpose retrying library, written in
Python, to simplify the task of adding retry behavior to just about anything.