pluggy

Plugin and hook calling mechanisms for Python applications

pipmacoslinuxwindows
Try with needOr install directly

About

plugin and hook calling mechanisms for python

Commands

pluggy

Examples

Display pluggy version and basic information$ pluggy --version
Get help on pluggy command-line options$ pluggy --help
Use pluggy in Python to create a plugin system$ python -c "import pluggy; pm = pluggy.PluginManager('myapp'); print(pm)"