Implementation of the GEDCOM parser in Python
- Free software: MIT license
- Documentation: https://ged4py.readthedocs.io.
- Parsing of GEDCOM files as defined by 5.5.1 version of GEDCOM standard
- Supported file encodings are UTF-8 (with or without BOM), ASCII or ANSEL
- Designed to parse large files efficiently
- Supports Python 3.6+
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.