stevedore

Manage dynamic plugins for Python applications

93 个版本 Python >=3.10
安装
pip install stevedore
poetry add stevedore
pipenv install stevedore
conda install stevedore
描述

=========================================================== stevedore -- Manage dynamic plugins for Python applications

.. image:: https://governance.openstack.org/tc/badges/stevedore.svg

.. image:: https://img.shields.io/pypi/v/stevedore.svg :target: https://pypi.org/project/stevedore/ :alt: Latest Version

.. image:: https://img.shields.io/pypi/dm/stevedore.svg :target: https://pypi.org/project/stevedore/ :alt: Downloads

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.

.. _setuptools entry points: http://setuptools.readthedocs.io/en/latest/pkg_resources.html?#entry-points

版本列表
5.8.0 2026-05-18
5.7.0 2026-02-20
5.6.0 2025-11-20
5.5.0 2025-08-25
5.4.1 2025-02-20
5.4.0 2024-11-20
5.3.0 2024-08-22
5.2.0 2024-02-22
5.1.0 2023-05-15
5.0.0 2023-02-10
4.1.1 2022-11-10
4.1.0 2022-10-20
4.0.2 2022-10-20
4.0.1 2022-10-13
4.0.0 2022-07-12
3.5.2 2022-10-20
3.5.1 2022-10-13
3.5.0 2021-10-18
3.4.2 2022-10-20
3.4.1 2022-08-04
3.4.0 2021-08-19
3.3.3 2022-10-20
3.3.2 2022-10-13
3.3.1 2022-02-22
3.3.0 2020-11-30
3.2.2 2020-09-11
3.2.1 2020-09-01
3.2.0 2020-07-17
3.1.0 2020-07-13
3.0.0 2020-07-10
2.0.1 2020-06-22
2.0.0 2020-06-04
1.32.0 2020-02-11
1.31.0 2019-09-04
1.30.1 2019-02-28
1.30.0 2018-10-23
1.29.0 2018-07-20
1.28.0 2017-12-04
1.27.1 2017-10-04
1.27.0 2017-09-25
1.26.0 2017-09-06
1.25.2 2019-04-16
1.25.1 2017-11-20
1.25.0 2017-07-18
1.24.0 2017-07-10
1.23.0 2017-06-05
1.22.0 2017-05-30
1.21.0 2017-03-06
1.20.1 2017-07-05
1.20.0 2017-01-18
1.19.1 2016-12-06
1.19.0 2016-12-01
1.18.0 2016-10-19
1.17.1 2016-08-18
1.17.0 2016-08-02
1.16.0 2016-07-13
1.15.0 2016-06-10
1.14.0 2016-05-24
1.13.0 2016-05-09
1.12.0 2016-02-25
1.11.0 2016-02-09
1.10.0 2015-12-07
1.9.0 2015-10-12
1.8.0 2015-09-08
1.7.0 2015-08-03
1.6.0 2015-07-06
1.5.0 2015-06-03
1.4.0 2015-04-21
1.3.0 2015-03-09
1.2.0 2015-01-06
1.1.0 2014-10-24
1.0.0 2014-09-18
1.0.0.0a2 2014-09-08
1.0.0.0a1 2014-06-23
0.15 2014-03-27
0.14.1 2014-01-27
0.14 2014-01-27
0.13 2013-11-25
0.12 2013-09-18
0.11 2013-08-29
0.10 2013-07-08
0.9.1 2013-06-12
0.9 2013-06-12
0.8 2013-01-05
0.7.2 2012-11-28
0.7.1 2012-11-27
0.7 2012-11-26
0.6 2012-10-29
0.5 2012-10-29
0.4 2012-09-15
0.3 2012-08-15
0.2 2012-07-22
0.1 2012-06-19