A collection of python patterns that help you collect your technical debt in a non-destructive manner
31733373e1
When an instance method has moved to a better location (for whatever reason) it is nice to provide the old instance method under the previous name for a deprecation cycle. To enable this kind of pattern use/modify/extend the existing moved decorator to not just work for properties but also work for instance methods. Change-Id: Ie002d9255d9e5127011c5308c7f5ce16d0b44821 |
||
---|---|---|
debtcollector | ||
doc/source | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
openstack-common.conf | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
debtcollector
A collection of python patterns that help you collect your technical debt in a non-destructive manner (following deprecation patterns and strategies and so-on).
- 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