Manage dynamic plugins for Python applications
Project Links
Meta
Author: OpenStack
Requires Python: >=3.10
Classifiers
Development Status
- 5 - Production/Stable
Environment
- Console
Intended Audience
- Developers
License
- OSI Approved :: Apache Software License
Operating System
- POSIX :: Linux
Programming Language
- Python
- Python :: 3
- Python :: 3.10
- Python :: 3.11
- Python :: 3.12
- Python :: 3.13
Typing
- Typed
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
5.7.0
Feb 20, 2026
5.6.0
Nov 20, 2025
5.5.0
Aug 25, 2025
5.4.1
Feb 20, 2025
5.4.0
Nov 20, 2024
5.3.0
Aug 22, 2024
5.2.0
Feb 22, 2024
5.1.0
May 15, 2023
5.0.0
Feb 10, 2023
4.1.1
Nov 10, 2022
4.1.0
Oct 20, 2022
4.0.2
Oct 20, 2022
4.0.1
Oct 13, 2022
4.0.0
Jul 12, 2022
3.5.2
Oct 20, 2022
3.5.1
Oct 13, 2022
3.5.0
Oct 18, 2021
3.4.2
Oct 20, 2022
3.4.1
Aug 04, 2022
3.4.0
Aug 19, 2021
3.3.3
Oct 20, 2022
3.3.2
Oct 13, 2022
3.3.1
Feb 22, 2022
3.3.0
Nov 30, 2020
3.2.2
Sep 11, 2020
3.2.1
Sep 01, 2020
3.2.0
Jul 17, 2020
3.1.0
Jul 13, 2020
3.0.0
Jul 10, 2020
2.0.1
Jun 22, 2020
2.0.0
Jun 04, 2020
1.32.0
Feb 11, 2020
1.31.0
Sep 04, 2019
1.30.1
Feb 28, 2019
1.30.0
Oct 23, 2018
1.29.0
Jul 20, 2018
1.28.0
Dec 04, 2017
1.27.1
Oct 04, 2017
1.27.0
Sep 25, 2017
1.26.0
Sep 06, 2017
1.25.2
Apr 16, 2019
1.25.1
Nov 20, 2017
1.25.0
Jul 18, 2017
1.24.0
Jul 10, 2017
1.23.0
Jun 05, 2017
1.22.0
May 30, 2017
1.21.0
Mar 06, 2017
1.20.1
Jul 05, 2017
1.20.0
Jan 18, 2017
1.19.1
Dec 06, 2016
1.19.0
Dec 01, 2016
1.18.0
Oct 19, 2016
1.17.1
Aug 18, 2016
1.17.0
Aug 02, 2016
1.16.0
Jul 13, 2016
1.15.0
Jun 10, 2016
1.14.0
May 24, 2016
1.13.0
May 09, 2016
1.12.0
Feb 25, 2016
1.11.0
Feb 09, 2016
1.10.0
Dec 07, 2015
1.9.0
Oct 12, 2015
1.8.0
Sep 08, 2015
1.7.0
Aug 03, 2015
1.6.0
Jul 06, 2015
1.5.0
Jun 03, 2015
1.4.0
Apr 21, 2015
1.3.0
Mar 09, 2015
1.2.0
Jan 06, 2015
1.1.0
Oct 24, 2014
1.0.0
Sep 18, 2014
1.0.0.0a2
Sep 08, 2014
1.0.0.0a1
Jun 23, 2014
0.15
Mar 27, 2014
0.14.1
Jan 27, 2014
0.14
Jan 27, 2014
0.13
Nov 25, 2013
0.12
Sep 18, 2013
0.11
Aug 29, 2013
0.10
Jul 08, 2013
0.9.1
Jun 12, 2013
0.9
Jun 12, 2013
0.8
Jan 05, 2013
0.7.2
Nov 28, 2012
0.7.1
Nov 27, 2012
0.7
Nov 26, 2012
0.6
Oct 29, 2012
0.5
Oct 29, 2012
0.4
Sep 15, 2012
0.3
Aug 15, 2012
0.2
Jul 22, 2012
0.1
Jun 19, 2012
Wheel compatibility matrix
Files in release
No dependencies