LICENSE.txt
MANIFEST.in
README.md
setup.py
codedepth/__init__.py
codedepth/__main__.py
codedepth/config.py
codedepth/constants.py
codedepth/scorer.py
codedepth.egg-info/PKG-INFO
codedepth.egg-info/SOURCES.txt
codedepth.egg-info/dependency_links.txt
codedepth.egg-info/requires.txt
codedepth.egg-info/top_level.txt
codedepth/colourpickers/__init__.py
codedepth/colourpickers/colourpicker.py
codedepth/colourpickers/constants.py
codedepth/colourpickers/layerscorecolourpicker.py
codedepth/colourpickers/randomcolourpicker.py
codedepth/parsers/__init__.py
codedepth/parsers/constants.py
codedepth/parsers/jsparser.py
codedepth/parsers/luaparser.py
codedepth/parsers/parser.py
codedepth/parsers/pyparser.py
codedepth/parsers/regexparser.py