processing.settings module

- class processing.settings.Configuration(path, data=None)[source]
Bases:
UserDict
The internal representation of the .toml configuration files, that store the processing information.
Allows the interaction with these config files to be pretty much equivalent to a basic python dictionary.