pysqa.base.config.read_config

Contents

pysqa.base.config.read_config#

pysqa.base.config.read_config(file_name: str = 'queue.yaml') dict[source]#

Read and parse a YAML configuration file.

Parameters:

file_name (str) – The name of the YAML file to read.

Returns:

The parsed configuration as a dictionary.

Return type:

dict