diff --git a/README.rst b/README.rst index 5ed2c36..ec317e5 100644 --- a/README.rst +++ b/README.rst @@ -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 -` (the :mod:`pankoclient` module), and a :doc:`command-line script -` (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