.pre-commit-config.yaml
.readthedocs.yml
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.py
tox.ini
.github/workflows/release.yml
.github/workflows/test.yml
data/testfile-with-null-values.sql
data/testfile.sql
data/testfile.sql.gz
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/examples.rst
docs/index.rst
docs/module-reference.rst
docs/readme.rst
src/mwsql/__init__.py
src/mwsql/about.py
src/mwsql/dump.py
src/mwsql/parser.py
src/mwsql/utils.py
src/mwsql.egg-info/PKG-INFO
src/mwsql.egg-info/SOURCES.txt
src/mwsql.egg-info/dependency_links.txt
src/mwsql.egg-info/not-zip-safe
src/mwsql.egg-info/requires.txt
src/mwsql.egg-info/top_level.txt
tests/__init__.py
tests/helpers.py
tests/test_dump.py
tests/test_parser.py
tests/test_utils.py