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