diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-10-06 15:04:27 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-10-06 15:04:27 +0000 |
| commit | a76164f45057ff08039abe3c7bc4339eacd61261 (patch) | |
| tree | ae120fe291b1291a9df46aeee0bae4f1bc1a9088 | |
| parent | e48c7afee4d92f2dd37bb537d25f0f671cef1568 (diff) | |
| parent | e52dfce7bd12590a2fb4383eb0a57d941353019c (diff) | |
| download | python-openstackclient-a76164f45057ff08039abe3c7bc4339eacd61261.tar.gz | |
Merge "Add shields.io version/downloads links/badges into README.rst"
| -rw-r--r-- | README.rst | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |
