debtcollector/README.rst
ChangBo Guo(gcb) cd6ba6b122 Update URLs in documents according to document migration
Change-Id: Ie03a9eb4813ddb907f3004ffb7764a595c5f13fc
2017-07-12 19:27:03 +08:00

1.3 KiB

Team and repository tags

image

Debtcollector

Latest Version

Downloads

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.