2013-05-18 09:13:05 -07:00
|
|
|
[metadata]
|
|
|
|
name = python-cinderclient
|
|
|
|
summary = OpenStack Block Storage API Client Library
|
|
|
|
description-file =
|
|
|
|
README.rst
|
|
|
|
author = OpenStack
|
2018-12-03 21:49:39 -05:00
|
|
|
author-email = openstack-discuss@lists.openstack.org
|
2017-08-11 17:02:16 +08:00
|
|
|
home-page = https://docs.openstack.org/python-cinderclient/latest/
|
2020-04-04 11:24:20 +02:00
|
|
|
python-requires = >=3.6
|
2013-05-18 09:13:05 -07:00
|
|
|
classifier =
|
|
|
|
Development Status :: 5 - Production/Stable
|
|
|
|
Environment :: Console
|
|
|
|
Environment :: OpenStack
|
|
|
|
Intended Audience :: Information Technology
|
|
|
|
Intended Audience :: System Administrators
|
|
|
|
License :: OSI Approved :: Apache Software License
|
|
|
|
Operating System :: POSIX :: Linux
|
|
|
|
Programming Language :: Python
|
2014-02-15 16:43:33 -08:00
|
|
|
Programming Language :: Python :: 3
|
2018-11-29 09:10:13 +00:00
|
|
|
Programming Language :: Python :: 3.6
|
2019-02-28 11:05:39 +05:30
|
|
|
Programming Language :: Python :: 3.7
|
2016-07-12 03:34:50 +08:00
|
|
|
|
2013-05-18 09:13:05 -07:00
|
|
|
[files]
|
|
|
|
packages =
|
|
|
|
cinderclient
|
|
|
|
|
|
|
|
[entry_points]
|
|
|
|
console_scripts =
|
|
|
|
cinder = cinderclient.shell:main
|
|
|
|
|
2017-01-31 14:33:32 +02:00
|
|
|
keystoneauth1.plugin =
|
|
|
|
noauth = cinderclient.contrib.noauth:CinderNoAuthLoader
|