.gitignore
CODE_OF_CONDUCT.md
LICENSE
README.md
pyproject.toml
.github/dependabot.yml
.github/workflows/pypi.yml
.github/workflows/test.yml
gedcom7/__init__.py
gedcom7/cast.py
gedcom7/const.py
gedcom7/exceptions.py
gedcom7/formatter.py
gedcom7/grammar.py
gedcom7/parser.py
gedcom7/py.typed
gedcom7/serializer.py
gedcom7/types.py
gedcom7/util.py
gedcom7/validator.py
gedcom7.egg-info/PKG-INFO
gedcom7.egg-info/SOURCES.txt
gedcom7.egg-info/dependency_links.txt
gedcom7.egg-info/scm_file_list.json
gedcom7.egg-info/scm_version.json
gedcom7.egg-info/top_level.txt
test/test_cast.py
test/test_conformance.py
test/test_formatter.py
test/test_parser.py
test/test_serializer.py
test/test_types.py
test/test_util.py
test/test_validator.py
test/data/maximal70.ged