mirror of
https://gitea.com/Lerking/XtendR.git
synced 2025-07-21 12:41:17 +02:00
Update README.md
This commit is contained in:
13
README.md
13
README.md
@@ -1,3 +1,14 @@
|
||||
# XtendR
|
||||
|
||||
A python 3 extension system to ease the use of plugins.
|
||||
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.
|
Reference in New Issue
Block a user