Skip to content

gburca/simplepyged

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple Python GEDCOM parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%