A collection of python patterns that help you collect your technical debt in a non-destructive manner
Go to file
Joshua Harlow 493c200a05 Add a .gitreview file with correct values
Also fixes some pep8/flake8 errors so that
this will merge correctly.

Change-Id: I516badbf8890f8231469f54af929f40af7d81afe
2015-01-20 10:33:53 -08:00
debtcollector Add a .gitreview file with correct values 2015-01-20 10:33:53 -08:00
doc/source Initial commit 2014-12-12 22:26:59 -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 Adjust summary of project 2014-12-12 22:29:12 -08:00
requirements.txt Initial commit 2014-12-12 22:26:59 -08:00
setup.cfg Initial commit 2014-12-12 22:26:59 -08:00
setup.py Add a .gitreview file with correct values 2015-01-20 10:33:53 -08:00
test-requirements.txt Initial commit 2014-12-12 22:26:59 -08:00
tox.ini Initial commit 2014-12-12 22:26:59 -08:00

debtcollector

A collection of python patterns that help you collect your technical debt in a non-destructive manner (following deprecation patterns and strategies and so-on).