From ed0bed088c7654ec31e75a62e8d38d9c6485a25a Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Fri, 25 Sep 2015 00:13:13 -0400 Subject: 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 --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.rst') 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 -- cgit v1.2.1