Doug Hellmann 365e5b1ffc import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: Ia67171e6d46244a712ec8b8aa5736e9b8683600e
Story: #2003250
2018-08-03 17:47:56 -04:00
2018-06-06 16:17:02 -04:00
2018-07-26 12:42:39 +00:00
2018-07-05 18:04:48 +07:00
2018-07-05 18:04:48 +07:00
2015-11-26 18:09:38 +08:00
2017-06-08 16:05:52 +08:00
2012-06-19 14:33:24 -04:00
2018-07-05 18:04:48 +07:00
2018-04-21 09:21:32 +08:00
2017-03-02 11:56:14 +00:00
2018-07-05 18:04:48 +07:00
2018-07-06 08:27:28 +07:00

stevedore -- Manage dynamic plugins for Python applications

Latest Version

Downloads

image

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.

Description
Manage dynamic plugins for Python applications
Readme 3.4 MiB
Languages
Python 100%