improve readme contents

Add more information in README.rst

Change-Id: I8553b000371696ed27275c2e345d7f6df9b34ce4
This commit is contained in:
ricolin 2015-10-15 18:02:04 +08:00
parent 780b3a38c6
commit c6ee975eb0
1 changed files with 8 additions and 0 deletions

View File

@ -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.