An open API service indexing awesome lists of open source software.

https://github.com/andersinno/python_plugin_example


https://github.com/andersinno/python_plugin_example

Last synced: 2 months ago
JSON representation

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`