36aeb8cc9c
This patch adds the team's and repository's badges to the README file. The motivation behind this is to communicate the project status and features at first glance. For more information about this effort, please read this email thread: http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html To see an example of how this would look like check: b'https://gist.github.com/3462d6f4e23cdccc6d239311d224b61c\n' Change-Id: I0d1bcd680bd3cb7728997d5a059d1bc0f621da01
46 lines
2.0 KiB
ReStructuredText
46 lines
2.0 KiB
ReStructuredText
========================
|
|
Team and repository tags
|
|
========================
|
|
|
|
.. image:: http://governance.openstack.org/badges/python-glanceclient.svg
|
|
:target: http://governance.openstack.org/reference/tags/index.html
|
|
|
|
.. Change things from this point on
|
|
|
|
Python bindings to the OpenStack Images API
|
|
===========================================
|
|
|
|
.. image:: https://img.shields.io/pypi/v/python-glanceclient.svg
|
|
:target: https://pypi.python.org/pypi/python-glanceclient/
|
|
:alt: Latest Version
|
|
|
|
.. image:: https://img.shields.io/pypi/dm/python-glanceclient.svg
|
|
:target: https://pypi.python.org/pypi/python-glanceclient/
|
|
:alt: Downloads
|
|
|
|
This is a client library for Glance built on the OpenStack Images API. It provides a Python API (the ``glanceclient`` module) and a command-line tool (``glance``). This library fully supports the v1 Images API, while support for the v2 API is in progress.
|
|
|
|
Development takes place via the usual OpenStack processes as outlined in the `developer guide <http://docs.openstack.org/infra/manual/developers.html>`_. The master repository is in `Git <https://git.openstack.org/cgit/openstack/python-glanceclient>`_.
|
|
|
|
See release notes and more at `<http://docs.openstack.org/developer/python-glanceclient/>`_.
|
|
|
|
* License: Apache License, Version 2.0
|
|
* `PyPi`_ - package installation
|
|
* `Online Documentation`_
|
|
* `Launchpad project`_ - release management
|
|
* `Blueprints`_ - feature specifications
|
|
* `Bugs`_ - issue tracking
|
|
* `Source`_
|
|
* `Specs`_
|
|
* `How to Contribute`_
|
|
|
|
.. _PyPi: https://pypi.python.org/pypi/python-glanceclient
|
|
.. _Online Documentation: http://docs.openstack.org/developer/python-glanceclient
|
|
.. _Launchpad project: https://launchpad.net/python-glanceclient
|
|
.. _Blueprints: https://blueprints.launchpad.net/python-glanceclient
|
|
.. _Bugs: https://bugs.launchpad.net/python-glanceclient
|
|
.. _Source: https://git.openstack.org/cgit/openstack/python-glanceclient
|
|
.. _How to Contribute: http://docs.openstack.org/infra/manual/developers.html
|
|
.. _Specs: http://specs.openstack.org/openstack/glance-specs/
|
|
|