forex_data.config package

Submodules

forex_data.config.config_file module

Created on Sat Jan 7 18:27:09 2023

@author: fiora

forex_data.config.config_file.read_config_file(config_file)[source]
Return type:

Dict[str, Any]

forex_data.config.config_file.read_config_string(config_str)[source]
Return type:

Dict[str, Any]

forex_data.config.config_file.read_config_folder(folder_path=None, file_pattern='appconfig.yaml')[source]
Return type:

Path

Module contents

Created on Sat Jan 7 18:25:50 2023

@author: fiora

forex_data.config.read_config_file(config_file)[source]
Return type:

Dict[str, Any]

forex_data.config.read_config_string(config_str)[source]
Return type:

Dict[str, Any]

forex_data.config.read_config_folder(folder_path=None, file_pattern='appconfig.yaml')[source]
Return type:

Path