A collection of python patterns that help you collect your technical debt in a non-destructive manner
5fc9662d6c
Provide a helpful fixture that can be used to disable warnings being output, for testing, or other purporses. Closes-Bug: #1503918 Change-Id: I2e1fd6f427ff6ee6d0b11b86ac2ff1b75dc0548c |
||
---|---|---|
debtcollector | ||
doc/source | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Debtcollector
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.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/debtcollector
- Source: http://git.openstack.org/cgit/openstack/debtcollector
- Bugs: http://bugs.launchpad.net/debtcollector