ged4pyΒΆ
Top-level package for GEDCOM parser for Python.
Most of the code in the s package is located in individual modules:
ged4py.parser- definesGedcomReaderclass which is the main entry point for the whole package;ged4py.model- collection of classes constitutingged4pydata model;ged4py.calendar- classes for working with calendar dates;ged4py.date- parsing and handling of GEDCOM dates;ged4py.detail- few modules for implementation details.
GedcomReader class can be imported directly from
top-level package as:
from ged4py import GedcomReader
Modules
Module for parsing and representing calendar dates in gedcom format. |
|
Module for parsing and representing dates in gedcom format. |
|
Module containing Python in-memory model for GEDCOM data. |
|
Module containing methods for parsing GEDCOM files. |