productionsystem.config module

Configuration System Module.

class productionsystem.config.ConfigSystem(configs=None)

Bases: future.types.newobject.newobject

Config system singleton.

config

Get the current state of the configuration.

entry_point_map

Return the entry point map.

get_section(section)

Return a given section.

read(filenames, ignore_errors=False)

Initialise the configuration system.

sections

Get list of sections.

productionsystem.config.getConfig(section)

Get config helper function.

Return the config for the given section.