From c6ee975eb009d6b3d660b38775be0e21f99fc58c Mon Sep 17 00:00:00 2001 From: ricolin Date: Thu, 15 Oct 2015 18:02:04 +0800 Subject: [PATCH] improve readme contents Add more information in README.rst Change-Id: I8553b000371696ed27275c2e345d7f6df9b34ce4 --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index c27a68f1..dfeb597e 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.