stevedore 0.8
stevedore provides classes for implementing common patterns for using dynamically loaded extensions in python applications.
What’s New?
- Ignore AssertionError exceptions generated when plugins are loaded.
- Update
NamedExtensionManager
to check the name of a plugin before loading its code to avoid importing anything we are not going to use.