.gitignore
.python-version
.travis.yml
CHANGELOG.md
LICENSE
MANIFEST.in
Makefile
README.md
pytest.ini
requirements.txt
setup.py
docs/Makefile
docs/conf.py
docs/glossary.rst
docs/index.rst
docs/reference.rst
docs/articles/ast_checks.rst
docs/articles/ast_checks_ast.png
docs/articles/ast_example.png
docs/articles/ast_example2.png
docs/articles/ast_example3_combi.png
docs/articles/ast_example3a.png
docs/articles/ast_example3b.png
docs/articles/result_checks.rst
docs/articles/tutorial.rst
ds_sqlwhat/State.py
ds_sqlwhat/__init__.py
ds_sqlwhat/sct_syntax.py
ds_sqlwhat/test_exercise.py
ds_sqlwhat.egg-info/PKG-INFO
ds_sqlwhat.egg-info/SOURCES.txt
ds_sqlwhat.egg-info/dependency_links.txt
ds_sqlwhat.egg-info/requires.txt
ds_sqlwhat.egg-info/top_level.txt
ds_sqlwhat/checks/__init__.py
ds_sqlwhat/checks/check_funcs.py
ds_sqlwhat/checks/has_funcs.py
tests/__init__.py
tests/create_sqlite_db.py
tests/helper.py
tests/test_basic.py
tests/test_check_funcs.py
tests/test_has_funcs.py
tests/test_line_info.py
tests/test_messaging.py
tests/test_protowhat_check_funcs.py
tests/test_protowhat_messaging.py
tests/test_selectors.py
tests/test_state.py