compas.plugins.PluginManager
- class compas.plugins.PluginManager[source]
Bases:
object
Plugin Manager handles discovery and registry of plugins.
Usually there is only one instance of a plugin manager per host.
Methods
load_plugins
()Load available plugin modules.
register_module
(plugin_module)Register a module that potentially contains plugin implementations.
Attributes
DEBUG
registry
Plugin registry.