2013-04-28 19:46:03 -07:00
|
|
|
[metadata]
|
|
|
|
name = python-swiftclient
|
|
|
|
summary = OpenStack Object Storage API Client Library
|
2021-05-03 10:51:06 +08:00
|
|
|
description_file =
|
2013-04-28 19:46:03 -07:00
|
|
|
README.rst
|
2022-02-17 11:21:40 +00:00
|
|
|
license = Apache License, Version 2.0
|
2013-04-28 19:46:03 -07:00
|
|
|
author = OpenStack
|
2021-05-03 10:51:06 +08:00
|
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
|
|
home_page = https://docs.openstack.org/python-swiftclient/latest/
|
2022-02-17 11:21:40 +00:00
|
|
|
python_requires = >=3.6
|
2013-04-28 19:46:03 -07:00
|
|
|
classifier =
|
|
|
|
Environment :: OpenStack
|
|
|
|
Intended Audience :: Information Technology
|
|
|
|
Intended Audience :: System Administrators
|
|
|
|
License :: OSI Approved :: Apache Software License
|
|
|
|
Operating System :: POSIX :: Linux
|
2014-08-20 23:53:12 +03:00
|
|
|
Operating System :: Microsoft :: Windows
|
2013-04-28 19:46:03 -07:00
|
|
|
Programming Language :: Python
|
2014-05-08 06:51:46 -07:00
|
|
|
Programming Language :: Python :: 3
|
2018-11-30 07:31:51 +00:00
|
|
|
Programming Language :: Python :: 3.6
|
2019-02-27 11:08:28 -08:00
|
|
|
Programming Language :: Python :: 3.7
|
2020-04-20 10:10:46 -07:00
|
|
|
Programming Language :: Python :: 3.8
|
2020-10-19 11:05:49 -07:00
|
|
|
Programming Language :: Python :: 3.9
|
2022-02-17 11:21:40 +00:00
|
|
|
Programming Language :: Python :: 3 :: Only
|
2013-04-28 19:46:03 -07:00
|
|
|
|
|
|
|
[files]
|
|
|
|
packages =
|
|
|
|
swiftclient
|
2014-02-26 11:03:14 +00:00
|
|
|
scripts =
|
|
|
|
bin/swift
|
2014-01-16 10:23:02 +00:00
|
|
|
data_files =
|
2014-01-20 10:55:20 +00:00
|
|
|
share/man/man1 = doc/manpages/swift.1
|
2013-04-28 19:46:03 -07:00
|
|
|
|
2015-12-07 10:35:02 -08:00
|
|
|
[extras]
|
|
|
|
keystone =
|
2018-05-16 17:33:40 +00:00
|
|
|
python-keystoneclient>=0.7.0
|
2015-12-07 10:35:02 -08:00
|
|
|
|
2014-08-20 23:53:12 +03:00
|
|
|
[entry_points]
|
|
|
|
console_scripts =
|
|
|
|
swift = swiftclient.shell:main
|
|
|
|
|
2016-04-01 15:12:20 -07:00
|
|
|
keystoneauth1.plugin =
|
|
|
|
v1password = swiftclient.authv1:PasswordLoader
|
|
|
|
|
2015-07-14 20:50:16 -07:00
|
|
|
[pbr]
|
|
|
|
skip_authors = True
|
|
|
|
skip_changelog = True
|