stevedore 0.8

stevedore provides classes for implementing common patterns for using dynamically loaded extensions in python applications.

Project details 0.8 on PyPI

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.