There was an error while loading. Please reload this page.
Hashmal's plugin system uses the entry_points interface of the python package setuptools.
entry_points
setuptools
A plugin is a module containing the function make_plugin(), which returns an instance of the class Plugin defined in hashmal_lib.plugins.base.
make_plugin()
Plugin
hashmal_lib.plugins.base
A Plugin instance is initialized with a list of classes representing dock widgets. This is subject to change.