summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
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.