A collection of python patterns that help you collect your technical debt in a non-destructive manner
Go to file
Andreas Jaeger bc4ffa9f10 Update hacking for Python3
The repo is Python 3 now, so update hacking to version 3.0 which
supports Python 3.

Change-Id: Icff998ff9cd1d9af982c6ea9ae0a21cd6912e9e4
2020-03-30 12:00:21 +00:00
debtcollector Do not require oslotest for testing 2017-05-22 17:04:30 +02:00
doc/source rearrange existing documentation to fit the new standard layout 2017-07-01 19:00:17 +09:00
releasenotes [ussuri][goal] Drop python 2.7 support and testing 2020-02-04 10:28:51 +01:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:25:54 +00:00
.gitignore Switch to stestr 2018-07-09 16:15:47 +07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:47:51 +00:00
.mailmap Initial commit 2014-12-12 22:26:59 -08:00
.stestr.conf Switch to stestr 2018-07-09 16:15:47 +07:00
.zuul.yaml [ussuri][goal] Drop python 2.7 support and testing 2020-02-04 10:28:51 +01: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
lower-constraints.txt [ussuri][goal] Drop python 2.7 support and testing 2020-02-04 10:28:51 +01:00
requirements.txt [ussuri][goal] Drop python 2.7 support and testing 2020-02-04 10:28:51 +01:00
setup.cfg [ussuri][goal] Drop python 2.7 support and testing 2020-02-04 10:28:51 +01:00
setup.py [ussuri][goal] Drop python 2.7 support and testing 2020-02-04 10:28:51 +01:00
test-requirements.txt Update hacking for Python3 2020-03-30 12:00:21 +00:00
tox.ini Update the minversion parameter. 2020-02-14 15:59:07 +01: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.