From 035b69d5df930d81f896bae7f855a71454b9d0c5 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Sat, 21 Feb 2015 08:58:35 -0800 Subject: [PATCH] Add pypi link badges Change-Id: I02db326074ee3557dcfe3f2593c657d0d2a324a9 --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index c5e1f1053..70ff715a1 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,14 @@ TaskFlow ======== +.. image:: https://pypip.in/version/taskflow/badge.svg + :target: https://pypi.python.org/pypi/taskflow/ + :alt: Latest Version + +.. image:: https://pypip.in/download/taskflow/badge.svg?period=month + :target: https://pypi.python.org/pypi/taskflow/ + :alt: Downloads + A library to do [jobs, tasks, flows] in a highly available, easy to understand and declarative manner (and more!) to be used with OpenStack and other projects.