stevedore 0.6
stevedore provides classes for implementing common patterns for using dynamically loaded extensions in python applications.
What’s New?
- Add
TestExtensionManager
for writing tests for classes that use extension managers. - Change the
EnabledExtensionManager
to load the extension before calling the check function so the plugin can be asked if it should be enabled.