A collection of python patterns that help you collect your technical debt in a non-destructive manner
649189dbc4
This updates lower constraints to versions that will work with py38 so that when we move to running on focal nodes, which has py38 as its default py3 runtime, the lower-constraints job will continue to pass. It also cleans out some secondary requirements that are no longer needed due to our direct dependencies being updated. Linters are removed that are kept in the global requirements blacklist as those are not version tracked and are not relevant for our lower-constraints unit test runs. Change-Id: I78945d43111fe7a2a38c17432b9dcd66a6116186 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com> |
||
---|---|---|
debtcollector | ||
doc/source | ||
releasenotes | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.stestr.conf | ||
.zuul.yaml | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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