Module stakkr.configreader

Simple Config Reader.

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

Parser of Stakkr.

Set default values and validate stakkr.yml with specs

display_errors()[source]

Display errors in STDOUT.

read()[source]

Parse the configs and validate it.

It could be either local or from a local services (first local then packages by alphabetical order).