A collection of python patterns that help you collect your technical debt in a non-destructive manner
a3d122843b
Everything in this file is automatically generated by pbr[1]. There appears to be no good reason to keep it around. Note: we don't generate a MANIFEST.in in a file format from pbr, but as input for setuptools.setup() [1]https://github.com/openstack-dev/pbr/blob/master/pbr/packaging.py#L454 Change-Id: Ib26e99d64c0afb59f23c566201c465b6b99c5c7d |
||
---|---|---|
debtcollector | ||
doc/source | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
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