ged4pyΒΆ

Top-level package for GEDCOM parser for Python.

Most of the code in the s package is located in individual modules:

GedcomReader class can be imported directly from top-level package as:

from ged4py import GedcomReader

Modules

ged4py.calendar

Module for parsing and representing calendar dates in gedcom format.

ged4py.date

Module for parsing and representing dates in gedcom format.

ged4py.detail

ged4py.model

Module containing Python in-memory model for GEDCOM data.

ged4py.parser

Module containing methods for parsing GEDCOM files.