From 4e51fd06f01d12b90d88f81d85163d75e52d93c9 Mon Sep 17 00:00:00 2001 From: Lerking Date: Mon, 24 Feb 2025 07:17:57 +0000 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b058746..f771ce3 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,15 @@ A very basic python 3 extension system based on the K.I.S.S principle. -I was in need of a new plugin system, which would be simple and working well with Python 3.12. +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 brooken, don't fix it!!!__ -I previously used yapsy, but this has not been maintained for a couple of years. - -Furthermore it was getting too bloated and didn't work with Python 3.12. +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: 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.