Contents

stevedore 5.2.0

0

Manage dynamic plugins for Python applications

Python makes loading code dynamically easy, allowing you to configure and extend your application by discovering and loading extensions ("plugins") at runtime.

Stars: 208, Watchers: 208, Forks: 41, Open Issues: 0

The openstack/stevedore repo was created 10 years ago and the last code push was 3 weeks ago.
The project is popular with 208 github stars!

How to Install stevedore

You can install stevedore using pip

pip install stevedore

or add it to a project with poetry

poetry add stevedore

Package Details

Author
OpenStack
License
Homepage
https://docs.openstack.org/stevedore/latest/
PyPi:
https://pypi.org/project/stevedore/
GitHub Repo:
https://github.com/openstack/stevedore

Classifiers

No  stevedore  pypi packages just yet.

Errors

A list of common stevedore errors.

Code Examples

Here are some stevedore code examples and snippets.