.gitignore
LICENSE
README.md
docker-compose.yml
mypy.cfg
pyproject.toml
setup.py
.github/workflows/python-publish.yml
.github/workflows/test.yml
docker/Dockerfile
src/sifts/.gitignore
src/sifts/__init__.py
src/sifts/_version.py
src/sifts/core.py
src/sifts.egg-info/PKG-INFO
src/sifts.egg-info/SOURCES.txt
src/sifts.egg-info/dependency_links.txt
src/sifts.egg-info/requires.txt
src/sifts.egg-info/top_level.txt
tests/profiling_postgres.py
tests/profiling_sqlite.py
tests/sifts/test_postgres.py
tests/sifts/test_queryparser.py
tests/sifts/test_sqlite.py