2014-08-07 22:26:50 +04:00
|
|
|
[metadata]
|
|
|
|
name = oslo.concurrency
|
2015-04-04 01:59:29 -04:00
|
|
|
summary = Oslo Concurrency library
|
2021-05-05 10:02:50 +08:00
|
|
|
description_file =
|
2014-08-07 22:26:50 +04:00
|
|
|
README.rst
|
|
|
|
author = OpenStack
|
2021-05-05 10:02:50 +08:00
|
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
|
|
home_page = https://docs.openstack.org/oslo.concurrency/latest/
|
2022-05-05 11:09:14 +02:00
|
|
|
python_requires = >=3.8
|
2014-08-07 22:26:50 +04:00
|
|
|
classifier =
|
|
|
|
Environment :: OpenStack
|
|
|
|
Intended Audience :: Information Technology
|
|
|
|
Intended Audience :: System Administrators
|
|
|
|
License :: OSI Approved :: Apache Software License
|
|
|
|
Operating System :: POSIX :: Linux
|
|
|
|
Programming Language :: Python
|
|
|
|
Programming Language :: Python :: 3
|
2020-04-24 08:23:11 -05:00
|
|
|
Programming Language :: Python :: 3.8
|
2021-12-21 17:30:12 +08:00
|
|
|
Programming Language :: Python :: 3.9
|
2020-01-30 11:33:26 +00:00
|
|
|
Programming Language :: Python :: 3 :: Only
|
|
|
|
Programming Language :: Python :: Implementation :: CPython
|
2014-08-07 22:26:50 +04:00
|
|
|
|
|
|
|
[files]
|
|
|
|
packages =
|
2014-11-14 14:26:53 -05:00
|
|
|
oslo_concurrency
|
2014-08-07 22:26:50 +04:00
|
|
|
|
2014-09-26 16:02:26 +00:00
|
|
|
[entry_points]
|
|
|
|
oslo.config.opts =
|
2014-11-14 14:26:53 -05:00
|
|
|
oslo.concurrency = oslo_concurrency.opts:list_opts
|
2014-09-26 17:24:05 +00:00
|
|
|
console_scripts =
|
2014-11-14 14:26:53 -05:00
|
|
|
lockutils-wrapper = oslo_concurrency.lockutils:main
|