Module stakkr.configreader

Simple Config Reader.

class stakkr.configreader.Config(config_file: str = None)[source]

Parser of Stakkr.

Set default values and validate conf/compose.ini with conf/configspec.ini.

display_errors()[source]

Display errors in STDOUT.

read()[source]

Read the default values and overriden ones.