Metadata-Version: 2.0
Name: glance-store
Version: 0.9.2
Summary: OpenStack Image Service Store Library
Home-page: http://www.openstack.org/
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Platform: UNKNOWN
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: eventlet (>=0.17.4)
Requires-Dist: jsonschema (<3.0.0,>=2.0.0,!=2.5.0)
Requires-Dist: oslo.concurrency (>=2.3.0)
Requires-Dist: oslo.config (>=2.3.0)
Requires-Dist: oslo.i18n (>=1.5.0)
Requires-Dist: oslo.serialization (>=1.4.0)
Requires-Dist: oslo.utils (>=2.0.0,!=2.6.0)
Requires-Dist: six (>=1.9.0)
Requires-Dist: stevedore (>=1.5.0)
Requires-Dist: enum34; (python_version=='2.7' or python_version=='2.6')
Provides-Extra: cinder
Requires-Dist: python-cinderclient (>=1.3.1); extra == 'cinder'
Provides-Extra: gridfs
Requires-Dist: pymongo (>=3.0.2); extra == 'gridfs'
Provides-Extra: s3
Requires-Dist: boto (>=2.32.1); extra == 's3'
Provides-Extra: swift
Requires-Dist: httplib2 (>=0.7.5); extra == 'swift'
Requires-Dist: python-swiftclient (>=2.2.0); extra == 'swift'
Provides-Extra: vmware
Requires-Dist: oslo.vmware (>=1.16.0); extra == 'vmware'

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

Glance's stores library

* License: Apache License, Version 2.0
* Documentation: http://docs.openstack.org/developer/glance_store
* Source: http://git.openstack.org/cgit/openstack/glance_store
* Bugs: http://bugs.launchpad.net/glance-store



