config module

mavis.pipeline.config.cast(value, cast_func)[source]
mavis.pipeline.config.parse_arguments(pstep)[source]
mavis.pipeline.config.read_config(filepath)[source]

reads the configuration settings from the configuration file

Parameters:filepath (str) – path to the input configuration file
Returns:list of Namespace: namespace arguments for each library
Return type:class
mavis.pipeline.config.validate_and_cast_section(section, defaults)[source]
mavis.pipeline.config.write_config(filename, include_defaults=False)[source]