A collection of python patterns that help you collect your technical debt in a non-destructive manner
Go to file
Doug Hellmann 25ee8db73e add lib-forward-testing-python3 test job
This is a mechanically generated patch to add a functional test job
running under Python 3 as part of the python3-first goal.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I3d60f5c6ca080ac785c5355c9637788537e1e9f1
Story: #2002586
Task: #24322
2018-08-11 18:20:08 -04: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 Update reno for stable/rocky 2018-07-26 12:33:10 +00: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 Add a .gitreview file with correct values 2015-01-20 10:33:53 -08: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 add lib-forward-testing-python3 test job 2018-08-11 18:20:08 -04:00
CONTRIBUTING.rst rearrange existing documentation to fit the new standard layout 2017-07-01 19:00:17 +09:00
HACKING.rst Update URLs in documents according to document migration 2017-07-12 19:27:03 +08:00
LICENSE Initial commit 2014-12-12 22:26:59 -08:00
README.rst Add release note link in README 2018-07-06 00:02:28 +08:00
babel.cfg Initial commit 2014-12-12 22:26:59 -08:00
lower-constraints.txt Switch to stestr 2018-07-09 16:15:47 +07:00
requirements.txt Updated from global requirements 2017-11-16 11:01:06 +00:00
setup.cfg Update URLs in documents according to document migration 2017-07-12 19:27:03 +08:00
setup.py Updated from global requirements 2017-03-02 11:43:37 +00:00
test-requirements.txt Switch to stestr 2018-07-09 16:15:47 +07:00
tox.ini Switch to stestr 2018-07-09 16:15:47 +07:00

README.rst

Team and repository tags

image

Debtcollector

Latest Version

Downloads

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.