Tag

stevedore

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
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Feb 16, 2017 · Cloud Computing

How to Extend OpenStack Nova with Stevedore Plugins: A Practical Guide

This article explains how OpenStack Nova's plugin mechanism works, introduces the stevedore library, and provides step‑by‑step instructions for declaring, implementing, loading, and testing custom API extensions using Python packaging tools.

NovaOpenStackPlugin
0 likes · 7 min read
How to Extend OpenStack Nova with Stevedore Plugins: A Practical Guide