Metadata-Version: 2.4
Name: configaroo
Version: 0.1.0
Summary: Bouncy handling of configuration files
Author-email: Geir Arne Hjelle <geirarne@gmail.com>
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: pydantic>=2.0
Requires-Dist: pyplugs>=0.4.0
Requires-Dist: python-dotenv>=1.1.0

# Configaroo - Bouncy Configuration Handling

Configaroo is a light configuration package for Python that offers the following features:

- Access configuration settings with dotted keys: `config.nested.key`
- Use different configuration file formats, including TOML and JSON
- Override key configuration settings with environment variables
- Validate a configuration based on a Pydantic model
- Convert the type of configuration values based on a Pydantic model
- Dynamically format certain configuration values
