mirror of
https://gitea.com/Lerking/XtendR.git
synced 2026-06-25 11:10:04 +02:00
fc247d48880efb6d993705509b1f7d5d208ed82c
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 shows the workings of this plugin system.
Languages
Python
97.9%
Makefile
2.1%