Update README.md

This commit is contained in:
Lerking
2025-02-24 07:29:42 +00:00
parent 485d7a28d8
commit b01a9cca3e

View File

@@ -2,10 +2,10 @@
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
- Work well with Python 3.12
- Maintainable - Don't expect to see new releases every month. __If it ain't broken, don't fix it!!!__
I was in need of a new plugin system, which should meet these requirements:
:heavy_plus_sign: Simple to use
:heavy_plus_sign: Work well with Python 3.12
:heavy_plus_sign: Maintainable - Don't expect to see new releases every month. __If it ain't broken, don't fix it!!!__
I previously used yapsy, but it doesn't meet the requirements anymore.
:x: No longer simple, and simple to use (Simplicity in use has been sacrificed for more complexity. It has become bloated)