A collection of python patterns that help you collect your technical debt in a non-destructive manner
Go to file
Joshua Harlow f0e07d5e5d Match the updated openstack-manuals description
The review @ https://review.openstack.org/#/c/152241/
suggested a better description so update the docs in
the code to follow that better description.

Change-Id: Ibb7d1958514d1692fd36d2c600315b4a838f33e7
2015-02-11 17:11:05 -08:00
debtcollector Add a removal decorator 2015-02-09 22:54:57 +00:00
doc/source Merge "Add doctested examples into the documentation" 2015-02-11 18:28:13 +00:00
.coveragerc Initial commit 2014-12-12 22:26:59 -08:00
.gitignore Initial commit 2014-12-12 22:26:59 -08:00
.gitreview Add a .gitreview file with correct values 2015-01-20 10:33:53 -08:00
.mailmap Initial commit 2014-12-12 22:26:59 -08:00
.testr.conf Initial commit 2014-12-12 22:26:59 -08:00
babel.cfg Initial commit 2014-12-12 22:26:59 -08:00
CONTRIBUTING.rst Initial commit 2014-12-12 22:26:59 -08:00
HACKING.rst Initial commit 2014-12-12 22:26:59 -08:00
LICENSE Initial commit 2014-12-12 22:26:59 -08:00
MANIFEST.in Initial commit 2014-12-12 22:26:59 -08:00
openstack-common.conf Initial commit 2014-12-12 22:26:59 -08:00
README.rst Match the updated openstack-manuals description 2015-02-11 17:11:05 -08:00
requirements.txt Add a removal decorator 2015-02-09 22:54:57 +00:00
setup.cfg Match the updated openstack-manuals description 2015-02-11 17:11:05 -08:00
setup.py Add a .gitreview file with correct values 2015-01-20 10:33:53 -08:00
test-requirements.txt Initial import of renames/moves + tests 2015-01-28 10:55:10 -08:00
tox.ini Initial commit 2014-12-12 22:26:59 -08:00

Debtcollector

A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner.