Metadata-Version: 2.1
Name: wehyconfig
Version: 0.3.2
Summary: A simple parser for TOML configuration files.
Home-page: https://weehooey.github.io/wehyconfig
License: GNU GPLv3
Author: Bill Hughes
Author-email: bill@weehooey.com
Requires-Python: >=3.9,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
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)

