A collection of python patterns that help you collect your technical debt in a non-destructive manner
Go to file
Joshua Harlow 3afa86440f No longer need to workaround six issue/bug
Change-Id: If949f99ad23c49a70958c736949ee640346e60bd
2015-04-10 17:37:16 -07:00
debtcollector No longer need to workaround six issue/bug 2015-04-10 17:37:16 -07:00
doc/source Add examples of using the new removals decorator 2015-02-11 16:21:10 -08: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 Updated from global requirements 2015-03-21 00:08:07 +00:00
setup.cfg Match the updated openstack-manuals description 2015-02-11 17:11:05 -08:00
setup.py Updated from global requirements 2015-03-03 10:54:37 +00:00
test-requirements.txt Updated from global requirements 2015-03-21 00:08:07 +00:00
tox.ini Move to hacking 0.10 2015-02-12 16:01:44 -08:00

Debtcollector

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