Configuration utilities (pyobs.utils.config)
- pre_process_yaml(config: str) str[source]
Replaces blocks of the form {include <source.yaml> <key>} in the loaded config file. This allows to use (parts of) another config file. :Parameters: config – directory of the main YAML file
- Returns:
Modified version of the input config file with replaced include-blocks.
Structured config schema (pyobs.utils.config_schema)
ConfigSchema is the type IStructuredConfig
publishes as its capabilities value, describing a module’s structured, UI-editable configuration
fields.