Tag

Pluggy

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Nov 13, 2024 · Backend Development

Using Pluggy and Stevedore for Python Plugin Development

This article explains Python plugin architecture, introducing pluggy and stevedore frameworks, showing how to define hook specifications, implement plugins, register them via entry points, and use driver or extension managers to load and invoke plugins in backend applications.

PluggyPluginPython
0 likes · 13 min read
Using Pluggy and Stevedore for Python Plugin Development