summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-05-12 11:28:51 +0000
committerGerrit Code Review <review@openstack.org>2015-05-12 11:28:51 +0000
commit7181188259d1982683ea054ca61e29ddfecb5305 (patch)
treeef5f0bb9c49ffb4c4027192b65face3c0df854d4
parent9f1d7b6ec5f5c021c8a4f39b6d599633ace8c874 (diff)
parent502e74a184d11ff58ee9f7d03ab97789fb56279e (diff)
downloadstevedore-7181188259d1982683ea054ca61e29ddfecb5305.tar.gz
Merge "Add pypi download + version badges"
-rw-r--r--README.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 57167c7..b6f9dc9 100644
--- a/README.rst
+++ b/README.rst
@@ -2,6 +2,14 @@
stevedore -- Manage dynamic plugins for Python applications
===========================================================
+.. image:: https://pypip.in/version/stevedore/badge.svg
+ :target: https://pypi.python.org/pypi/stevedore/
+ :alt: Latest Version
+
+.. image:: https://pypip.in/download/stevedore/badge.svg?period=month
+ :target: https://pypi.python.org/pypi/stevedore/
+ :alt: Downloads
+
Python makes loading code dynamically easy, allowing you to configure
and extend your application by discovering and loading extensions
("*plugins*") at runtime. Many applications implement their own