Metadata-Version: 2.4
Name: simple_config_builder
Version: 0.16.0
Project-URL: Documentation, https://jogehl.github.io/config
Project-URL: Issues, https://github.com/jogehl/config/issues
Project-URL: Source, https://github.com/jogehl/config
Author-email: "Gehlen, Joshua" <joshuagehlen@hotmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.12
Requires-Dist: click
Requires-Dist: fastapi[all]
Requires-Dist: pyaml
Requires-Dist: pyserde
Requires-Dist: toml
Provides-Extra: docs
Requires-Dist: mike; extra == 'docs'
Requires-Dist: mkdocs; extra == 'docs'
Requires-Dist: mkdocs-autorefs; extra == 'docs'
Requires-Dist: mkdocs-include-markdown-plugin; extra == 'docs'
Requires-Dist: mkdocs-material; extra == 'docs'
Requires-Dist: mkdocs-material-extensions; extra == 'docs'
Requires-Dist: mkdocstrings[python]; extra == 'docs'
Description-Content-Type: text/markdown

# config

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

-----

## Table of Contents

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

## Installation

```console
pip install simple_config_builder
```

## License

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