pixie16.config module

Functions to load settings from a config file.

pixie16.config.config_get_parameters(section: str, name: str, verbose: bool = True) None | Path

Get the setting out of the config dir.

Provide better error message if init file does not exist.

pixie16.config.get_sdk()
pixie16.config.list_firmware() None

List all firmwars defined in the config file.

pixie16.config.load_config(section_name: str) list[Path]

Load firmware, etc setting that are defined in a section of the config file.

Sections are defined with ‘Firmware.<sectionname>’.