README.md
setup.cfg
setup.py
bin/codewatch
codewatch/__init__.py
codewatch/assertion.py
codewatch/defaults.py
codewatch/file_walker.py
codewatch/loader.py
codewatch/node_visitor.py
codewatch/run.py
codewatch/stats.py
codewatch.egg-info/PKG-INFO
codewatch.egg-info/SOURCES.txt
codewatch.egg-info/dependency_links.txt
codewatch.egg-info/requires.txt
codewatch.egg-info/top_level.txt
codewatch/helpers/__init__.py
codewatch/helpers/inference.py
codewatch/helpers/visitor.py
tests/__init__.py
tests/mock_data.py
tests/test_assertion.py
tests/test_defaults.py
tests/test_file_walker.py
tests/test_loader.py
tests/test_node_visitor.py
tests/test_stats.py
tests/config_modules/__init__.py
tests/config_modules/basic_config.py
tests/config_modules/django_config.py
tests/config_modules/django_usage.py
tests/config_modules/empty_config.py
tests/config_modules/error_config.py
tests/config_modules/integration_config.py
tests/config_modules/integration_config_utf8.py
tests/config_modules/single_line_config.py
tests/config_modules/single_print.py
tests/run/__init__.py
tests/run/test_analyzer.py
tests/run/test_assertion_checker.py
tests/run/integration/__init__.py
tests/run/integration/test_bin.py
tests/run/integration/test_runner.py