Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 825 Bytes

README.rst

File metadata and controls

31 lines (20 loc) · 825 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.

Unit Tests

Unit tests can be executed from the project root directory using:

PYTHONPATH=simplepyged python -m unittest discover

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