Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
/ gedcompy Public archive

Python library to parse and work with GEDCOM (geneology/family tree) files

License

Notifications You must be signed in to change notification settings

amandasaurus/gedcompy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gedcompy

https://travis-ci.org/rory/gedcompy.svg?branch=master https://coveralls.io/repos/rory/gedcompy/badge.png?branch=master

Python library to parse and work with GEDCOM (genealogy/family tree) files.

It's goal is to support GEDCOM v5.5 (specification here).

This is released under the GNU General Public Licence version 3 (or at your option, a later version). See the file LICENCE for more.

Example Usage

>>> import gedcom
>>> gedcomfile = gedcom.parse("myfamilytree.ged")
>>> for person in gedcomfile.individuals:
...    firstname, lastname = person.name
...    print "{0} {1} is in the file".format(firstname, lastname)

Contributing

Run all unitttests with tox.

About

Python library to parse and work with GEDCOM (geneology/family tree) files

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages