hydromodpy.core.toml_io.loader#

TOML loading helpers with optional hierarchical base_config support.

Functions

load_toml_with_base_config(toml_path, *[, ...])

Load one TOML file with recursive base_config inheritance.

validate_toml(model_cls, path, *[, section, ...])

Load path through load_toml_with_base_config then validate against model_cls.