summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2015-09-25 00:13:13 -0400
committerSteve Martinelli <stevemar@ca.ibm.com>2015-09-25 00:13:51 -0400
commited0bed088c7654ec31e75a62e8d38d9c6485a25a (patch)
tree0c0a220b2f168e3c5508d7a3a1791e4c6fc1f391 /README.rst
parent8cf0b8fe582530bb1c9379b1a8b6e293ab976e10 (diff)
downloadpython-keystoneclient-ed0bed088c7654ec31e75a62e8d38d9c6485a25a.tar.gz
Add shields.io version/downloads links/badges into README.rst
add shield stats for version and downloads so users can see it on pypi. Change-Id: I3ba570ae02288de282283e96af32515939499f2a
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 2a86690..43bd620 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,14 @@
Python bindings to the OpenStack Identity API (Keystone)
========================================================
+.. image:: https://img.shields.io/pypi/v/python-keystoneclient.svg
+ :target: https://pypi.python.org/pypi/python-keystoneclient/
+ :alt: Latest Version
+
+.. image:: https://img.shields.io/pypi/dm/python-keystoneclient.svg
+ :target: https://pypi.python.org/pypi/python-keystoneclient/
+ :alt: Downloads
+
This is a client for the OpenStack Identity API, implemented by the Keystone
team; it contains a Python API (the ``keystoneclient`` module) for
OpenStack's Identity Service. For command line interface support, use