
stevedore 5.6.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: 242, Watchers: 242, Forks: 42, Open Issues: 0The openstack/stevedore repo was created 12 years ago and the last code push was 1 months ago.
The project is popular with 242 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
- None
- License
- Apache-2.0
- Homepage
- None
- 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.
pythonfix