A simple plugin system using Python. Based on The Power Of The Plugin Architecture In Python by ArjanCodes
This repository has been archived on 2026年06月14日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
| data | Add V3 example for a PersonParser | |
| parsers | Add V3 example for a PersonParser | |
| .gitignore | Initial commit | |
| __init__.py | Initial commit | |
| config.json | Add V3 example for a PersonParser | |
| factory.py | Initial commit | |
| LICENSE | Initial commit | |
| loader.py | Initial commit | |
| main.py | Fix linting issues | |
| pyproject.toml | Migrate repo from Python-Poetry to UV | |
| README.md | Fix note | |
| uv.lock | Migrate repo from Python-Poetry to UV | |
Python Plugin Playground
Note
This repo is not really "maintained" it's here just as an example I can point to or play with
A simple plugin system using Python. Based on The Power Of The Plugin Architecture In Python by ArjanCodes