family v0.3.0 Family

Family module is to be used in order to parse GEDCOM 5.5 files.

Link to this section Summary

Functions

Returns the number of living

Returns the number of families

Returns a list of families

Returns a single Individual via it’s ID

Returns a list of Individuals

Returns the number of individuals

Returns the number of living

Link to this section Functions

Link to this function deceased_count(file_path)

Returns the number of living

Link to this function family_count(file_path)

Returns the number of families

Link to this function get_families(file_path)

Returns a list of families

Link to this function get_individual(file_path, individual_id)

Returns a single Individual via it’s ID

Link to this function get_individuals(file_path)

Returns a list of Individuals

Link to this function individual_count(file_path)

Returns the number of individuals

Link to this function living_count(file_path)

Returns the number of living

Link to this function parse(file_path)