A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner.
Project Links
Meta
Author: OpenStack
Requires Python: >=3.10
Classifiers
Environment
- OpenStack
Intended Audience
- Information Technology
- System Administrators
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
A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner. The goal of this library is to provide well documented developer facing deprecation patterns that start of with a basic set and can expand into a larger set of patterns as time goes on. The desired output of these patterns is to apply the warnings module to emit DeprecationWarning, PendingDeprecationWarning or similar derivative to developers using libraries (or potentially applications) about future deprecations.
Free software: Apache license
Documentation: https://docs.openstack.org/debtcollector/latest
Release Notes: https://docs.openstack.org/releasenotes/debtcollector
3.1.0
Mar 24, 2026
3.0.0
Feb 22, 2024
2.5.0
Mar 14, 2022
2.4.0
Jan 17, 2022
2.3.0
Sep 06, 2021
2.2.0
Jul 28, 2020
2.1.0
Jun 04, 2020
2.0.1
Apr 07, 2020
2.0.0
Feb 05, 2020
1.22.0
Sep 04, 2019
1.21.0
Feb 28, 2019
1.20.0
Jul 20, 2018
1.19.0
Dec 04, 2017
1.18.0
Sep 25, 2017
1.17.2
Apr 16, 2019
1.17.1
Sep 27, 2017
1.17.0
Jul 18, 2017
1.16.0
Jul 10, 2017
1.15.0
Jun 13, 2017
1.14.0
May 30, 2017
1.13.0
Apr 03, 2017
1.12.0
Mar 06, 2017
1.11.0
Jan 18, 2017
1.10.0
Dec 01, 2016
1.9.0
Oct 19, 2016
1.8.0
Aug 10, 2016
1.7.0
Aug 02, 2016
1.6.0
Jul 13, 2016
1.5.0
Jun 10, 2016
1.4.0
May 09, 2016
1.3.0
Feb 09, 2016
1.2.0
Jan 14, 2016
1.1.0
Dec 07, 2015
1.0.0
Nov 23, 2015
0.10.0
Oct 19, 2015
0.9.0
Oct 12, 2015
0.8.0
Sep 08, 2015
0.7.0
Aug 03, 2015
0.6.0
Jul 27, 2015
0.5.0
Jun 02, 2015
0.4.0
Apr 21, 2015
0.3.0
Mar 09, 2015
0.2.0
Feb 11, 2015
0.1.0
Feb 05, 2015
Wheel compatibility matrix
Files in release
Extras:
None
Dependencies:
wrapt
(>=2.1.0)