A collection of python patterns that help you collect your technical debt in a non-destructive manner
Go to file
Doug Hellmann 64e6a338e3 import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

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

Change-Id: I3f0b889492fb2974c18fe2599596a9478572e1c4
Story: #2003250
2018-08-03 17:52:44 -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 rearrange existing documentation to fit the new standard layout 2017-07-01 19:00:17 +09:00
tools Fix sphinx-docs job for stable branch 2018-04-26 14:30:26 +02:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:25:54 +00:00
.gitignore Add reno for release notes management 2016-11-01 15:52:47 +08:00
.gitreview Update .gitreview for stable/pike 2017-07-28 21:03:03 +00:00
.mailmap Initial commit 2014-12-12 22:26:59 -08:00
.testr.conf Initial commit 2014-12-12 22:26:59 -08:00
.zuul.yaml import zuul job settings from project-config 2018-08-03 17:52:44 -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 Update URLs in documents according to document migration 2017-07-12 19:27:03 +08:00
babel.cfg Initial commit 2014-12-12 22:26:59 -08:00
requirements.txt Updated from global requirements 2017-04-12 04:10:39 +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 Updated from global requirements 2017-08-11 18:57:43 +00:00
tox.ini Update UPPER_CONSTRAINTS_FILE for stable/pike 2017-07-28 21:03:05 +00: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.