1
0
Fork
You've already forked python-plugin-playground
0
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.
  • Python 100%
2025年01月22日 00:47:31 -05:00
data Add V3 example for a PersonParser 2025年01月22日 00:44:17 -05:00
parsers Add V3 example for a PersonParser 2025年01月22日 00:44:17 -05:00
.gitignore Initial commit 2024年04月12日 14:30:03 -04:00
__init__.py Initial commit 2024年04月12日 14:30:03 -04:00
config.json Add V3 example for a PersonParser 2025年01月22日 00:44:17 -05:00
factory.py Initial commit 2024年04月12日 14:30:03 -04:00
LICENSE Initial commit 2024年04月12日 14:30:03 -04:00
loader.py Initial commit 2024年04月12日 14:30:03 -04:00
main.py Fix linting issues 2025年01月22日 00:47:31 -05:00
pyproject.toml Migrate repo from Python-Poetry to UV 2025年01月22日 00:44:54 -05:00
README.md Fix note 2024年04月12日 14:37:10 -04:00
uv.lock Migrate repo from Python-Poetry to UV 2025年01月22日 00:44:54 -05:00

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