toolbox.contrib.config package¶
Submodules¶
toolbox.contrib.config.config module¶
-
class
toolbox.contrib.config.config.ConfigPlugin[source]¶ Bases:
toolbox.mixins.ConfigMixin,toolbox.plugin.ToolboxPluginThe Config plugin manages the global configuration of the toolbox. It can be used from the commandline aswell as progamatically by loading it from the registry within an other plugin
-
description= 'Config API holds and controls the global config'¶
-
name= 'config'¶
-