Ligare.programming.config

Functions

load_config(config_type, toml_file_path[, ...])

Classes

AbstractConfig()

ConfigBuilder()

class Ligare.programming.config.AbstractConfig[source]
abstract post_load()[source]
Return type:

None

class Ligare.programming.config.ConfigBuilder[source]
build()[source]
Return type:

type[TypeVar(TConfig, bound= AbstractConfig)]

with_config(config_type)[source]
Return type:

Self

with_configs(configs)[source]
Return type:

Self

with_root_config(config_type)[source]
Return type:

Self

Ligare.programming.config.load_config(config_type, toml_file_path, config_overrides=None)[source]
Return type:

TypeVar(TConfig, bound= AbstractConfig)

Modules

exceptions