Metadata-Version: 2.4
Name: configaroo
Version: 0.1.3
Summary: Bouncy handling of configuration files
Author-email: Geir Arne Hjelle <geirarne@gmail.com>
Maintainer-email: Geir Arne Hjelle <geirarne@gmail.com>
License-Expression: MIT
Project-URL: homepage, https://github.com/gahjelle/configaroo
Project-URL: github, https://github.com/gahjelle/configaroo
Project-URL: issues, https://github.com/gahjelle/configaroo/issues
Project-URL: changelog, https://github.com/gahjelle/configaroo/blob/main/CHANGELOG.md
Keywords: configuration,configuration-management,toml,json
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic>=2.0
Requires-Dist: pyplugs>=0.4.0
Dynamic: license-file

# 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
