2016-11-24 14:05:08 +01:00
========================
Team and repository tags
========================
2017-07-19 12:37:36 +08:00
.. image :: https://governance.openstack.org/tc/badges/python-glanceclient.svg
:target: https://governance.openstack.org/tc/reference/tags/index.html
2016-12-01 12:37:33 -05:00
:alt: The following tags have been asserted for Python bindings to the
OpenStack Images API:
"project:official",
"stable:follows-policy",
2018-08-10 09:44:14 +08:00
"vulnerability:managed".
2016-12-01 12:37:33 -05:00
Follow the link for an explanation of these tags.
.. NOTE(rosmaita): the alt text above will have to be updated when
additional tags are asserted for python-glanceclient. (The SVG in the
governance repo is updated automatically.)
2016-11-24 14:05:08 +01:00
.. Change things from this point on
2016-12-01 12:37:33 -05:00
===========================================
2012-08-15 18:06:35 -04:00
Python bindings to the OpenStack Images API
2016-02-01 12:43:42 +03:00
===========================================
2012-02-29 16:42:26 -05:00
2015-10-15 17:45:46 +08:00
.. image :: https://img.shields.io/pypi/v/python-glanceclient.svg
2018-04-20 17:18:17 +07:00
:target: https://pypi.org/project/python-glanceclient/
2015-10-15 17:45:46 +08:00
:alt: Latest Version
2012-08-15 18:06:35 -04:00
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.
2012-02-29 16:42:26 -05:00
2019-04-23 13:44:23 +08:00
Development takes place via the usual OpenStack processes as outlined in the `developer guide <https://docs.openstack.org/infra/manual/developers.html> `_ . The master repository is in `Git <https://opendev.org/openstack/python-glanceclient> `_ .
2012-02-29 16:42:26 -05:00
2018-08-10 09:44:14 +08:00
See release notes and more at `<https://docs.openstack.org/python-glanceclient/latest/>`_ .
2015-04-21 15:21:16 +00:00
* License: Apache License, Version 2.0
2015-10-15 17:45:46 +08:00
* `PyPi`_ - package installation
* `Online Documentation`_
* `Launchpad project`_ - release management
* `Blueprints`_ - feature specifications
* `Bugs`_ - issue tracking
* `Source`_
* `Specs`_
* `How to Contribute`_
2018-04-20 17:18:17 +07:00
.. _PyPi: https://pypi.org/project/python-glanceclient
2017-07-19 12:37:36 +08:00
.. _Online Documentation: https://docs.openstack.org/python-glanceclient/latest/
2015-10-15 17:45:46 +08:00
.. _Launchpad project: https://launchpad.net/python-glanceclient
.. _Blueprints: https://blueprints.launchpad.net/python-glanceclient
.. _Bugs: https://bugs.launchpad.net/python-glanceclient
2019-04-23 13:44:23 +08:00
.. _Source: https://opendev.org/openstack/python-glanceclient
2017-07-19 12:37:36 +08:00
.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html
.. _Specs: https://specs.openstack.org/openstack/glance-specs/
2018-06-28 01:52:01 +08:00
.. _Release notes: https://docs.openstack.org/releasenotes/python-glanceclient