https://github.com/andersinno/python_plugin_example
https://github.com/andersinno/python_plugin_example
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andersinno/python_plugin_example
- Owner: andersinno
- License: mit
- Created: 2021-04-20T13:41:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T07:52:50.000Z (about 5 years ago)
- Last Synced: 2025-01-19T07:25:09.110Z (over 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Plugin Example
This is a small example of how to utilize Pluggy to create a plugin-based application.
## How to run
- First install the dependecies using `poetry install`
Run the application with: `python python_plugin_example/main.py`