====================================== Welcome to configflow's documentation! ====================================== .. toctree:: :maxdepth: 1 :caption: Table of Contents Overview ======== ``configflow`` - is the configuration management library for Python. It easily allows you to: - Load your configuration from files, environment variables, command-line arguments and more sources. - Transform the loaded data into the desired format and validate it via `pydantic `_. - Access the results as `Python dataclass-like objects `_. - Make your codebase very flexible. Examples ======== See Also ========