pibootctl.settings

The pibootctl.settings module defines the template of all settings stored by the pibootctl.store.Settings class. Users of the API never have any need for this module, but developers wishing to extend the set of settings will need to modify the SETTINGS set.

pibootctl.settings.SETTINGS

A dict mapping setting names to pibootctl.setting.Setting instances which represents the complete set of settings that the application handles.