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.
![]() The underlying EntryPoint class has some similar methods to fetch these values, but they depend on the version of importlib.metadata that is installed, so this provides a consistent API Change-Id: I7a1b9541f0e4042a224e49c890ba3c63e8a5a259 Signed-off-by: Doug Hellmann <doug@doughellmann.com> |
3 years ago | |
---|---|---|
doc | 3 years ago | |
releasenotes | 3 years ago | |
stevedore | 3 years ago | |
.gitignore | 3 years ago | |
.gitreview | 4 years ago | |
.stestr.conf | 5 years ago | |
.zuul.yaml | 3 years ago | |
CONTRIBUTING.rst | 9 years ago | |
LICENSE | 11 years ago | |
README.rst | 4 years ago | |
bindep.txt | 4 years ago | |
lower-constraints.txt | 3 years ago | |
requirements.txt | 3 years ago | |
setup.cfg | 3 years ago | |
setup.py | 3 years ago | |
test-requirements.txt | 3 years ago | |
tox.ini | 3 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