joeyaurel / python-gedcom

Python module for parsing, analyzing, and manipulating GEDCOM files
https://gedcom.joeyaurel.dev
GNU General Public License v2.0
155 stars 39 forks source link

Support for MyHeritage and Ancestry generated GEDCOM files #7

Closed damonbrodie closed 5 years ago

damonbrodie commented 5 years ago

Added optional (but disabled by default) behavior to loosen the strict GEDCOM parsing to handle the data from sites like MyHeritage and Ancestry.

Updated documentation in the README.

joeyaurel commented 5 years ago

Looks fine to me @nomadyow! I assume you have tested it out. In a later state I will add test cases. Thank you!