src.read.config module#

config(config_yaml_path: str) dict[source]#

reads yml file and returns it as dictionary

Parameters:#

config_yaml_pathstring

path of the yml-file

Returns:#

config_dct : dict

symbol_config(symbol: str = None, unitformat: bool = False) dict[source]#