rex.utilities.toml_parser.TOMLParser
- class TOMLParser(toml_file)[source]
Bases:
object
Class object to parse in configuration parameters from .toml files
Parse .toml into a dictionary and flatten it
- Parameters:
toml_file (‘str’) – Path to config .toml file
Methods
get_value
(*keys)Decode config entry converting missing or 'None' entires to None