A collection of python patterns that help you collect your technical debt in a non-destructive manner
Go to file
Stephen Finucane f04337049c Update CI to use unversioned jobs template
As part of the migration of this project to the independent release
model, we failed to notice that the job template was still tied to a
specific release. We've now introduced a new unversioned job template,
'openstack-python3-jobs' [1], which was can and should use. Do this.

[1] https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/833286/

Depends-On: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/833286/
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Change-Id: I4e2b2821124103fa76eb4b45d8ce3d86160b6a27
2022-03-15 15:05:43 +00:00
debtcollector Remove references to Python 2 objects 2022-02-11 17:25:03 +00:00
doc/source Remove unnecessary 'coding' lines 2021-11-04 10:45:02 +00:00
releasenotes Remove unnecessary 'coding' lines 2021-11-04 10:45:02 +00:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:25:54 +00:00
.gitignore ignore reno generated artifacts 2020-09-22 10:39:02 +02:00
.gitreview OpenDev Migration Patch 2019-04-19 19:47:51 +00:00
.mailmap Initial commit 2014-12-12 22:26:59 -08:00
.pre-commit-config.yaml Move flake8 as a pre-commit local target. 2021-03-23 13:12:48 +01:00
.stestr.conf Switch to stestr 2018-07-09 16:15:47 +07:00
.zuul.yaml Update CI to use unversioned jobs template 2022-03-15 15:05:43 +00:00
CONTRIBUTING.rst Replace git.openstack.org URLs with opendev.org URLs 2019-06-27 21:03:07 +08:00
HACKING.rst Replace git.openstack.org URLs with opendev.org URLs 2019-06-27 21:03:07 +08:00
LICENSE Initial commit 2014-12-12 22:26:59 -08:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-06-27 21:03:07 +08:00
babel.cfg Initial commit 2014-12-12 22:26:59 -08:00
requirements.txt requirements: Remove pbr 2021-11-12 11:38:15 +00:00
setup.cfg setup.cfg: Replace dashes with underscores 2021-05-14 18:13:21 +08:00
setup.py [ussuri][goal] Drop python 2.7 support and testing 2020-02-04 10:28:51 +01:00
test-requirements.txt Adding pre-commit 2020-09-22 10:37:04 +02:00
tox.ini Remove lower-constraints remnants 2021-02-20 09:47:22 +08:00

README.rst

Team and repository tags

image

Debtcollector

Latest Version

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 or PendingDeprecationWarning or similar derivative to developers using libraries (or potentially applications) about future deprecations.