https://github.com/gahjelle/pyplugs
Decorator based plugin architecture for Python
https://github.com/gahjelle/pyplugs
decorator plugin plugins python
Last synced: 11 months ago
JSON representation
Decorator based plugin architecture for Python
- Host: GitHub
- URL: https://github.com/gahjelle/pyplugs
- Owner: gahjelle
- License: mit
- Created: 2019-04-01T13:38:16.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-08-06T11:37:41.000Z (11 months ago)
- Last Synced: 2025-08-12T14:42:05.987Z (11 months ago)
- Topics: decorator, plugin, plugins, python
- Language: Python
- Homepage: https://pypi.org/project/pyplugs/
- Size: 334 KB
- Stars: 68
- Watchers: 5
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyPlugs
_Decorator based plug-in architecture for Python_
[](https://pypi.org/project/pyplugs/)
[](https://pypi.org/project/pyplugs/)
[](https://github.com/gahjelle/pyplugs/blob/main/LICENSE)
[](https://github.com/astral-sh/ruff)
[](https://github.com/gahjelle/pyplugs/actions/workflows/lint.yml)
[](https://github.com/gahjelle/pyplugs/actions/workflows/test.yml)
[](http://mypy-lang.org/)
[](https://interrogate.readthedocs.io/)
## Installing PyPlugs
PyPlugs is available at [PyPI](https://pypi.org/project/pyplugs/). You can install it using Pip:
$ python -m pip install pyplugs
## Using PyPlugs
...
## Installing From Source
You can always download the [latest version of PyPlugs from GitHub](https://github.com/gahjelle/pyplugs).