You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Add file to the reno documentation build to show release notes for stable/zed. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/zed. Sem-Ver: feature Change-Id: I258603f7e7304c3e852d6d47bae5e024e33a90f7 |
9 months ago | |
---|---|---|
doc | 3 years ago | |
releasenotes | 9 months ago | |
stevedore | 12 months ago | |
.gitignore | 3 years ago | |
.gitreview | 4 years ago | |
.pre-commit-config.yaml | 2 years ago | |
.stestr.conf | 5 years ago | |
.zuul.yaml | 1 year ago | |
CONTRIBUTING.rst | 9 years ago | |
LICENSE | 11 years ago | |
README.rst | 4 years ago | |
bindep.txt | 4 years ago | |
requirements.txt | 12 months ago | |
setup.cfg | 1 year ago | |
setup.py | 3 years ago | |
test-requirements.txt | 3 years ago | |
tox.ini | 2 years ago |
README.rst
stevedore -- 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. Many applications implement their own library for doing this, using __import__
or importlib
. stevedore avoids creating yet another extension mechanism by building on top of setuptools entry points. The code for managing entry points tends to be repetitive, though, so stevedore provides manager classes for implementing common patterns for using dynamically loaded extensions.
- Free software: Apache license
- Documentation: https://docs.openstack.org/stevedore/latest
- Source: https://opendev.org/openstack/stevedore
- Bugs: https://bugs.launchpad.net/python-stevedore