2014-11-05 15:03:32 +01:00
|
|
|
[metadata]
|
|
|
|
name = oslo.context
|
2015-04-04 02:02:31 -04:00
|
|
|
summary = Oslo Context library
|
2021-05-14 15:36:28 +08:00
|
|
|
description_file =
|
2014-11-05 15:03:32 +01:00
|
|
|
README.rst
|
|
|
|
author = OpenStack
|
2021-05-14 15:36:28 +08:00
|
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
|
|
home_page = https://docs.openstack.org/oslo.context/latest/
|
2024-10-16 10:25:12 +09:00
|
|
|
python_requires = >=3.9
|
2014-11-05 15:03:32 +01: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
|
2022-05-05 11:12:04 +02:00
|
|
|
Programming Language :: Python :: 3.9
|
2023-04-03 11:01:13 +02:00
|
|
|
Programming Language :: Python :: 3.10
|
2024-01-11 16:16:20 -08:00
|
|
|
Programming Language :: Python :: 3.11
|
2024-10-09 22:37:49 +09:00
|
|
|
Programming Language :: Python :: 3.12
|
2019-12-27 16:13:44 +08:00
|
|
|
Programming Language :: Python :: 3 :: Only
|
|
|
|
Programming Language :: Python :: Implementation :: CPython
|
2014-11-05 15:03:32 +01:00
|
|
|
|
|
|
|
[files]
|
|
|
|
packages =
|
2014-11-14 13:49:35 -05:00
|
|
|
oslo_context
|
2020-07-22 17:12:47 +01:00
|
|
|
|
|
|
|
[mypy]
|
|
|
|
show_column_numbers = true
|
|
|
|
show_error_context = true
|
|
|
|
ignore_missing_imports = true
|
|
|
|
check_untyped_defs = true
|
|
|
|
warn_unused_ignores = true
|
|
|
|
disallow_untyped_defs = true
|
|
|
|
|
|
|
|
[mypy-oslo_context.tests.*]
|
|
|
|
ignore_errors = true
|