luna.util.config module

class Config(conf_file)[source]

Bases: object

Parser for configuration files.

Parameters

conf_file (str) – The pathname for the configuration file.

Variables

~Config.config (configparser.ConfigParser) – The parsed configuration file.

get_section_map(section)[source]

Try to access the section section from the parsed configuration file.