Metadata-Version: 2.1
Name: glance_store
Version: 4.10.0
Summary: OpenStack Image Service Store Library
Home-page: https://docs.openstack.org/glance_store/latest/
Author: OpenStack
Author-email: openstack-discuss@lists.openstack.org
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
License-File: LICENSE
Requires-Dist: oslo.config>=5.2.0
Requires-Dist: oslo.i18n>=3.15.3
Requires-Dist: oslo.serialization!=2.19.1,>=2.18.0
Requires-Dist: oslo.utils>=4.7.0
Requires-Dist: oslo.concurrency>=3.26.0
Requires-Dist: stevedore>=1.20.0
Requires-Dist: eventlet!=0.18.3,!=0.20.1,>=0.18.2
Requires-Dist: jsonschema>=3.2.0
Requires-Dist: keystoneauth1>=3.4.0
Requires-Dist: python-keystoneclient>=3.8.0
Requires-Dist: requests>=2.14.2
Provides-Extra: vmware
Requires-Dist: oslo.vmware>=3.6.0; extra == "vmware"
Provides-Extra: swift
Requires-Dist: python-swiftclient>=3.2.0; extra == "swift"
Provides-Extra: cinder
Requires-Dist: python-cinderclient>=4.1.0; extra == "cinder"
Requires-Dist: os-brick>=6.3.0; extra == "cinder"
Requires-Dist: oslo.rootwrap>=5.8.0; extra == "cinder"
Requires-Dist: oslo.privsep>=1.23.0; extra == "cinder"
Provides-Extra: s3
Requires-Dist: boto3>=1.9.199; extra == "s3"
Provides-Extra: test
Requires-Dist: hacking<6.2.0,>=6.1.0; extra == "test"
Requires-Dist: doc8>=0.6.0; extra == "test"
Requires-Dist: coverage!=4.4,>=4.0; extra == "test"
Requires-Dist: ddt>=1.4.4; extra == "test"
Requires-Dist: fixtures>=3.0.0; extra == "test"
Requires-Dist: python-subunit>=1.0.0; extra == "test"
Requires-Dist: requests-mock>=1.2.0; extra == "test"
Requires-Dist: retrying>=1.3.3; extra == "test"
Requires-Dist: stestr>=2.0.0; extra == "test"
Requires-Dist: testscenarios>=0.4; extra == "test"
Requires-Dist: testtools>=2.2.0; extra == "test"
Requires-Dist: oslotest>=3.2.0; extra == "test"
Requires-Dist: boto3>=1.9.199; extra == "test"
Requires-Dist: oslo.vmware>=3.6.0; extra == "test"
Requires-Dist: httplib2>=0.9.1; extra == "test"
Requires-Dist: python-swiftclient>=3.2.0; extra == "test"
Requires-Dist: python-cinderclient>=4.1.0; extra == "test"
Requires-Dist: os-brick>=2.6.0; extra == "test"
Requires-Dist: oslo.rootwrap>=5.8.0; extra == "test"
Requires-Dist: oslo.privsep>=1.23.0; extra == "test"

========================
Team and repository tags
========================

.. image:: https://governance.openstack.org/tc/badges/glance_store.svg
    :target: https://governance.openstack.org/tc/reference/tags/index.html
    :alt: The following tags have been asserted for the Glance Store
          Library:
          "project:official",
          "stable:follows-policy",
          "vulnerability:managed".
          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 glance_store.  (The SVG in the
   governance repo is updated automatically.)

.. Change things from this point on

Glance Store Library
====================

Glance's stores library

This library has been extracted from the Glance source code for the
specific use of the Glance and Glare projects.

The API it exposes is not stable, has some shortcomings, and is not a
general purpose interface. We would eventually like to change this,
but for now using this library outside of Glance or Glare will not be
supported by the core team.

* License: Apache License, Version 2.0
* Documentation: https://docs.openstack.org/glance_store/latest/
* Source: https://opendev.org/openstack/glance_store/
* Bugs: https://bugs.launchpad.net/glance-store
* Release notes: https://docs.openstack.org/releasenotes/glance_store/index.html

