Welcome to Python-flavored Magnum! Please note that, while already being rather stable, this functionality is still considered experimental and some APIs might get changed without preserving full backwards compatibility.

corrade.pluginmanager.PluginMetadata class

Plugin metadata

Properties

configuration: utility.ConfigurationGroup get
Initial plugin-specific configuration
depends: typing.List[str] get
Plugins on which this plugin depends
name: str get
Plugin name
provides: typing.List[str] get
Plugins which are provided by this plugin
used_by: typing.List[str] get
Plugins which depend on this plugin