Metadata-Version: 2.4
Name: cfg-environ
Version: 1.0.0
Summary: Support environment-based configuration handling with fallbacks.
Project-URL: Documentation, https://github.com/NoahT/package-monorepo#readme
Project-URL: Issues, https://github.com/NoahT/package-monorepo/issues
Project-URL: Source, https://github.com/NoahT/package-monorepo
Author-email: NoahT <noah.teshima@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# cfg_environ

[![PyPI - Version](https://img.shields.io/pypi/v/cfg-environ.svg)](https://pypi.org/project/cfg-environ)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/cfg-environ.svg)](https://pypi.org/project/cfg-environ)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install cfg-environ
```

## License

`cfg-environ` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
