simplepyged - A simple Python GEDCOM parser
October 25, 2010 ยท View on GitHub
Status of parser
Recognises a subset of GEDCOM 5.5 tags. If you need support for an unsupported tag, submit an issue (or implement it and send a patch).
Documentation and Examples
Documentation is in docs/. Examples of how to use this parser are at docs/examples. If you find documentation and/or examples confusing, let me know and I'll try to fix it.
Licence
All code is licenced under GPL v.3 or newer.
First commit to this repository was based on source from here: http://ilab.cs.byu.edu/cs460/2006w/assignments/program1.html