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
This commit is contained in:
Steve Martinelli 2015-09-25 00:13:13 -04:00
parent 8cf0b8fe58
commit ed0bed088c
1 changed files with 8 additions and 0 deletions

View File

@ -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