Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 679 Bytes

README.rst

File metadata and controls

24 lines (16 loc) · 679 Bytes

simplepyged - A simple Python GEDCOM parser

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