798165c5011bec021211907702c437c14d07f053
XtendR
A very basic python 3 extension system to ease the use of plugins.
At the moment only 4 functions are available:
- Attach
- Run
- Stop
- Detach
Attach and Detach are used for registrering/unregistrering a module on the system. The Run and Stop functions are mandatory in the plugin modules.
The example.py file along with the example_plugin.py/json shows the workings of this plugin system.