Update README.rst

Change-Id: I33562977238b3841cb09d966ed59c55cda168c8c
This commit is contained in:
liusheng 2017-02-15 09:34:55 +08:00
parent 2c5e8abccf
commit 86045a4a23
1 changed files with 26 additions and 11 deletions

View File

@ -1,15 +1,30 @@
==================
python-pankoclient
==================
==========================================
Python bindings to the OpenStack Panko API
==========================================
Python client library for OpenStack Panko project.
.. image:: https://img.shields.io/pypi/v/python-pankoclient.svg
:target: https://pypi.python.org/pypi/python-pankoclient/
:alt: Latest Version
This is a client for OpenStack Panko API. There's :doc:`a Python API
<api>` (the :mod:`pankoclient` module), and a :doc:`command-line script
<shell>` (installed as :program:`panko`). Each implements the entire
OpenStack Panko API.
.. image:: https://img.shields.io/pypi/dm/python-pankoclient.svg
:target: https://pypi.python.org/pypi/python-pankoclient/
:alt: Downloads
This is a client library for Panko built on the Panko API. It provides a
Python API (the ``pankoclient`` module) and a OSC (the openstackclient CLI)
command-line tool (``openstack event``).
* Free software: Apache license
* Documentation: http://docs.openstack.org/developer/python-pankoclient
* Source: http://git.openstack.org/cgit/openstack/python-pankoclient
* Bugs: http://bugs.launchpad.net/python-pankoclient
* `PyPi`_ - package installation
* `Online Documentation`_
* `Launchpad project`_ - release management
* `Blueprints`_ - feature specifications
* `Bugs`_ - issue tracking
* `Source`_
.. _PyPi: https://pypi.python.org/pypi/python-pankoclient
.. _Online Documentation: http://docs.openstack.org/developer/python-pankoclient
.. _Launchpad project: https://launchpad.net/python-pankoclient
.. _Blueprints: https://blueprints.launchpad.net/python-pankoclient
.. _Bugs: https://bugs.launchpad.net/python-pankoclient
.. _Source: https://git.openstack.org/cgit/openstack/python-pankoclient