sierra.core.pipeline.yaml#

Functionality for loading configuration from YAML.

Functions#

load_config(→ Optional[sierra.core.types.YAMLDict])

Load YAML configuration for Project.

Module Contents#

sierra.core.pipeline.yaml.load_config(cmdopts: sierra.core.types.Cmdopts, name: str) sierra.core.types.YAMLDict | None[source]#

Load YAML configuration for Project.

Load YAML configuration for projects.

Returns:

Dictionary of loaded configuration, or None if it doesn't exist.

This function can be extended/overriden using a Project hook. See Python Pipeline Hooks for details.