2025-02-24 05:40:54 +00:00
2025-02-21 21:34:10 +01:00
2025-02-21 21:34:10 +01:00
2024-11-15 10:52:37 +01:00
2025-02-21 21:34:10 +01:00
2024-11-15 10:52:37 +01:00
2025-02-24 05:40:54 +00:00
2025-02-24 05:19:45 +00:00
2025-02-21 15:45:28 +01:00

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.

S
Description
A python 3 extension system to ease the use of plugins.
Readme MIT 137 KiB
0.5.1 Latest
2026-07-03 09:01:00 +02:00
Languages
Python 99.4%
Makefile 0.6%