.gitignore
LICENSE
README.md
mypy.cfg
pyproject.toml
setup.py
.github/workflows/python-publish.yml
.github/workflows/test.yml
src/gramps_ql/.gitignore
src/gramps_ql/__init__.py
src/gramps_ql/_version.py
src/gramps_ql/gql.py
src/gramps_ql.egg-info/PKG-INFO
src/gramps_ql.egg-info/SOURCES.txt
src/gramps_ql.egg-info/dependency_links.txt
src/gramps_ql.egg-info/requires.txt
src/gramps_ql.egg-info/top_level.txt
tests/gramps_ql/test_iter.py
tests/gramps_ql/test_match.py
tests/gramps_ql/test_parse.py