read_yaml

seas.filemanager.read_yaml(path: str)dict[source]

Loads nested dictionaries from .yaml formated files.

Parameters

path – the path to read yaml data from.

Returns

The contents of the yaml file.

Return type

yaml_contents