summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2015-09-25 00:01:49 -0400
committerSteve Martinelli <stevemar@ca.ibm.com>2015-09-25 00:01:49 -0400
commite52dfce7bd12590a2fb4383eb0a57d941353019c (patch)
treec49c1f7daf5dd62b955c1a71b9923d6021bd360d
parent0e89d084343bcda55db737c3286a17ec695befaf (diff)
downloadpython-openstackclient-e52dfce7bd12590a2fb4383eb0a57d941353019c.tar.gz
Add shields.io version/downloads links/badges into README.rst
it's handy to have appear in the pypi page Change-Id: I142da7d194d719f3b8218ad84e32e19bf0071c63
-rw-r--r--README.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 1bfef94b..7a92b1c9 100644
--- a/README.rst
+++ b/README.rst
@@ -2,6 +2,14 @@
OpenStackClient
===============
+.. image:: https://img.shields.io/pypi/v/python-openstackclient.svg
+ :target: https://pypi.python.org/pypi/python-openstackclient/
+ :alt: Latest Version
+
+.. image:: https://img.shields.io/pypi/dm/python-openstackclient.svg
+ :target: https://pypi.python.org/pypi/python-openstackclient/
+ :alt: Downloads
+
OpenStackClient (aka OSC) is a command-line client for OpenStack that brings
the command set for Compute, Identity, Image, Object Store and Volume APIs
together in a single shell with a uniform command structure.