A collection of python patterns that help you collect your technical debt in a non-destructive manner
Go to file
Monty Taylor 91afdb4d9e Change ignore-errors to ignore_errors
Needed for coverage 4.0

Change-Id: I00b3d226daa52a3b306f5f2dbb8c9ecf6d1bb1f3
2015-09-21 14:25:54 +00:00
debtcollector Expose a top level 'deprecate' function 2015-07-28 17:42:33 -07:00
doc/source Expose a top level 'deprecate' function 2015-07-28 17:42:33 -07:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:25:54 +00: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 Switch badges from 'pypip.in' to 'shields.io' 2015-06-11 20:47:54 -07:00
requirements.txt Updated from global requirements 2015-09-17 12:11:29 +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-09-17 12:11:29 +00:00
test-requirements.txt Updated from global requirements 2015-08-04 00:43:58 +00:00
tox.ini Activate pep8 check that _ is imported 2015-09-03 15:16:17 -05:00

Debtcollector

Latest Version

Downloads

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