Update README.md
This commit is contained in:
@@ -3,9 +3,9 @@
|
|||||||
A very basic Python >= 3.12 plugin 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:
|
I was in need of a new plugin system, which should meet these requirements:
|
||||||
- Simple to use
|
:heavy_plus_sign: Simple to use
|
||||||
- Work well with Python 3.12
|
:heavy_plus_sign: 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!!!__
|
: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.
|
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)
|
:x: No longer simple, and simple to use (Simplicity in use has been sacrificed for more complexity. It has become bloated)
|
||||||
|
|||||||
Reference in New Issue
Block a user