summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-10-06 15:04:27 +0000
committerGerrit Code Review <review@openstack.org>2015-10-06 15:04:27 +0000
commita76164f45057ff08039abe3c7bc4339eacd61261 (patch)
treeae120fe291b1291a9df46aeee0bae4f1bc1a9088
parente48c7afee4d92f2dd37bb537d25f0f671cef1568 (diff)
parente52dfce7bd12590a2fb4383eb0a57d941353019c (diff)
downloadpython-openstackclient-a76164f45057ff08039abe3c7bc4339eacd61261.tar.gz
Merge "Add shields.io version/downloads links/badges into README.rst"
-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.