read_config

Contents

read_config#

processor_tools.config.config_io.read_config(path: str) dict[source]#

Read configuration file, supported file types:

  • default python

  • yaml

Ensures strings, floats and booleans are returned in the correct Python types.

Parameters:

path – configuration file path

Returns:

configuration values dictionary