stevedore 0.7
stevedore provides classes for implementing common patterns for using dynamically loaded extensions in python applications.
What’s New?
- Add memoization to the entrypoint scanning code in
ExtensionManager
to avoid performance issues in situations where lots of managers are instantiated with the same namespace argument.