Metadata-Version: 2.1
Name: wehyconfig
Version: 0.2.0
Summary: A simple configuration reader.
Home-page: https://weehooey.github.io/wehyconfig
License: GNU GPLv3
Author: Bill Hughes
Author-email: bill@weehooey.com
Requires-Python: >=3.11,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: mkdocs (>=1.5.2,<2.0.0)
Requires-Dist: mkdocs-material (>=9.2.8,<10.0.0)
Requires-Dist: mkdocstrings[python] (>=0.23.0,<0.24.0)
Project-URL: Repository, https://github.com/Weehooey/wehyconfig
Description-Content-Type: text/markdown

# wehyconfig
A simple configuration reader for TOML configuration files.

## Usage

- A single function: `read_config()`
- Pass it a configuration file (TOML) and optionally a section within the file. Returns a dictionary.
- Pass it a folder with configuration files (TOML) and it will return a dictionary of all the files.

## Documentation

[GitHub Pages Site](https://weehooey.github.io/wehyconfig)

