python3-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.
Maintained by: Jeremy Hansen
Keywords:
ChangeLog: python3-stevedore
Homepage:
https://opendev.org/openstack/stevedore/
Download SlackBuild:
python3-stevedore.tar.gz
python3-stevedore.tar.gz.asc (FAQ)
(the SlackBuild does not include the source)
Individual Files: |
README |
python3-stevedore.SlackBuild |
python3-stevedore.info |
slack-desc |
© 2006-2023 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of
Patrick Volkerding
Linux® is a registered trademark of
Linus Torvalds