Andreas Jaeger 02a28cce85 Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

Disable openstackdocs_auto_name to use 'project' variable as name.

Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.

openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.

See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html

Change-Id: Ie53af423c56f3355e7e911e6f2efd6c73c6d57c5
2020-06-02 13:52:02 +02:00
2020-04-21 15:14:10 +01:00
2019-04-19 19:31:04 +00:00
2018-07-05 18:04:48 +07:00
2015-11-26 18:09:38 +08:00
2020-05-04 18:22:39 +02:00
2019-06-27 12:59:31 +02:00
2012-06-19 14:33:24 -04:00
2020-04-21 15:14:10 +01:00
2019-04-25 01:07:11 +00:00
2020-04-21 15:14:10 +01:00
2020-04-21 15:14:10 +01:00
2020-04-21 15:14:10 +01:00
2020-04-21 15:14:10 +01:00

stevedore -- Manage dynamic plugins for Python applications

Latest Version

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%