Merge pull request 'main' (#11) from main into 0.0.5

Reviewed-on: https://gitea.com/Lerking/XtendR/pulls/11
This commit is contained in:
Lerking
2025-02-24 07:28:21 +00:00
+2 -2
View File
@@ -1,6 +1,6 @@
# XtendR
A very basic Python >= 3.12 extension system based on the K.I.S.S principle.
A very basic Python >= 3.12 plugin system based on the K.I.S.S principle.
I was in need of a new plugin system, which should meet these requirements:
- Simple to use
@@ -12,7 +12,7 @@ I previously used yapsy, but it doesn't meet the requirements anymore.
:x: Not workink with Python 3.12
:x: No longer maintained (Hasn't been maintained for a few years)
I didn't find anything that suited my needs, so I decided to make my own.
I didn't find anything that suited my needs, so I decided to make my own plugin system.
It simply contains 2 classes, one for the plugin system and one abstraction base class for the plugins themselves.
At the moment only 4 functions are available: