A collection of python patterns that help you collect your technical debt in a non-destructive manner
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 weeks ago | |
---|---|---|
debtcollector | 3 months ago | |
doc/source | 6 months ago | |
releasenotes | 6 months ago | |
.coveragerc | 7 years ago | |
.gitignore | 2 years ago | |
.gitreview | 3 years ago | |
.mailmap | 8 years ago | |
.pre-commit-config.yaml | 1 year ago | |
.stestr.conf | 4 years ago | |
.zuul.yaml | 2 months ago | |
CONTRIBUTING.rst | 3 years ago | |
HACKING.rst | 3 years ago | |
LICENSE | 8 years ago | |
README.rst | 3 years ago | |
babel.cfg | 8 years ago | |
requirements.txt | 6 months ago | |
setup.cfg | 2 weeks ago | |
setup.py | 2 years ago | |
test-requirements.txt | 2 years ago | |
tox.ini | 1 year ago |
README.rst
Team and repository tags
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: https://docs.openstack.org/debtcollector/latest
- Source: https://opendev.org/openstack/debtcollector
- Bugs: https://bugs.launchpad.net/debtcollector
- Release Notes: https://docs.openstack.org/releasenotes/debtcollector