.flake8
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
NOTICE.txt
README.md
environment.yml
pyproject.toml
setup.py
start_mssql.sh
.github/dependabot.yml
.github/workflows/build_and_publish.yml
.github/workflows/ci.yaml
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/development.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/usage.rst
src/pytsql/__init__.py
src/pytsql/__main__.py
src/pytsql/tsql.py
src/pytsql.egg-info/PKG-INFO
src/pytsql.egg-info/SOURCES.txt
src/pytsql.egg-info/dependency_links.txt
src/pytsql.egg-info/requires.txt
src/pytsql.egg-info/top_level.txt
src/pytsql/grammar/__init__.py
src/pytsql/grammar/tsql.g4
src/pytsql/grammar/tsql.interp
src/pytsql/grammar/tsql.tokens
src/pytsql/grammar/tsqlLexer.interp
src/pytsql/grammar/tsqlLexer.py
src/pytsql/grammar/tsqlLexer.tokens
src/pytsql/grammar/tsqlListener.py
src/pytsql/grammar/tsqlParser.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/test_multiple_statements.py
tests/integration/test_prints.py
tests/unit/__init__.py
tests/unit/helpers.py
tests/unit/test_control_flow.py
tests/unit/test_dynamics.py
tests/unit/test_parametrize.py
tests/unit/test_pivot.py
tests/unit/test_print.py
tests/unit/test_split.py
tests/unit/test_uncomment.py