Metadata-Version: 2.1
Name: oslo.config
Version: 10.0.1.dev3
Summary: Oslo Configuration API
Home-page: https://docs.openstack.org/oslo.config/latest/
Author: OpenStack
Author-email: openstack-discuss@lists.openstack.org
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 :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.9
License-File: LICENSE
Requires-Dist: netaddr>=0.7.18
Requires-Dist: stevedore>=1.20.0
Requires-Dist: oslo.i18n>=3.15.3
Requires-Dist: rfc3986>=1.2.0
Requires-Dist: PyYAML>=5.1
Requires-Dist: requests>=2.18.0
Provides-Extra: rst-generator
Requires-Dist: rst2txt>=1.1.0; extra == "rst-generator"
Requires-Dist: sphinx>=1.8.0; extra == "rst-generator"
Provides-Extra: test
Requires-Dist: fixtures>=3.0.0; extra == "test"
Requires-Dist: testscenarios>=0.4; extra == "test"
Requires-Dist: stestr>=2.1.0; extra == "test"
Requires-Dist: testtools>=2.2.0; extra == "test"
Requires-Dist: oslotest>=3.2.0; extra == "test"
Requires-Dist: mypy>=0.720; extra == "test"
Requires-Dist: oslo.log>=3.36.0; extra == "test"
Requires-Dist: coverage>=4.0; extra == "test"
Requires-Dist: requests_mock>=1.5.0; extra == "test"

========================
Team and repository tags
========================

.. image:: https://governance.openstack.org/tc/badges/oslo.config.svg
    :target: https://governance.openstack.org/tc/reference/tags/index.html

.. Change things from this point on

==========================
Oslo Configuration Library
==========================

.. image:: https://img.shields.io/pypi/v/oslo.config.svg
    :target: https://pypi.org/project/oslo.config/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/dm/oslo.config.svg
    :target: https://pypi.org/project/oslo.config/
    :alt: Downloads

The Oslo configuration API supports parsing command line arguments and
.ini style configuration files.

* License: Apache License, Version 2.0
* Documentation: https://docs.openstack.org/oslo.config/latest/
* Source: https://opendev.org/openstack/oslo.config/
* Bugs: https://bugs.launchpad.net/oslo.config
* Release notes:  https://docs.openstack.org/releasenotes/oslo.config/

