stevedore 5.3.0
0
Manage dynamic plugins for Python applications
Contents
Python makes loading code dynamically easy, allowing you to configure and extend your application by discovering and loading extensions ("plugins") at runtime.
Stars: 220, Watchers: 220, Forks: 39, Open Issues: 0The openstack/stevedore
repo was created 10 years ago and the last code push was 2 days ago.
The project is popular with 220 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
- None
- Homepage
- https://docs.openstack.org/stevedore/latest/
- PyPi:
- https://pypi.org/project/stevedore/
- GitHub Repo:
- https://github.com/openstack/stevedore
Classifiers
Related Packages
Errors
A list of common stevedore errors.
Code Examples
Here are some stevedore
code examples and snippets.