summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorricolin <rico.l@inwinstack.com>2015-10-15 18:02:04 +0800
committerricolin <rico.l@inwinstack.com>2015-10-15 18:02:31 +0800
commitc6ee975eb009d6b3d660b38775be0e21f99fc58c (patch)
tree08fbedbb1d8b46da90fbaea9dcd518c6f03c68d6 /README.rst
parent780b3a38c691d44b2eec628e94f0f853e05a31eb (diff)
downloadpython-troveclient-c6ee975eb009d6b3d660b38775be0e21f99fc58c.tar.gz
improve readme contents
Add more information in README.rst Change-Id: I8553b000371696ed27275c2e345d7f6df9b34ce4
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index c27a68f..dfeb597 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,14 @@
Python bindings to the OpenStack Trove API
===========================================
+.. image:: https://img.shields.io/pypi/v/python-troveclient.svg
+ :target: https://pypi.python.org/pypi/python-troveclient/
+ :alt: Latest Version
+
+.. image:: https://img.shields.io/pypi/dm/python-troveclient.svg
+ :target: https://pypi.python.org/pypi/python-troveclient/
+ :alt: Downloads
+
This is a client for the OpenStack Trove API. There's a Python API (the
``troveclient`` module), and a command-line script (``trove``). Each
implements 100% of the OpenStack Trove API.