v2.0.0-alpha #2
Mark-Wing
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
New Features
parser.py
Updates to existing methods:
Added optional
parent_typetofind_path_to_ancestorThe
find_path_to_ancestorassumed the parent type is "Natural".This is not part of the 5.5 GEDCOM standard and as a result, may not work for some GEDCOMs
Added optional
callbackmethod toparse_filemethod.New methods:
find_all_path_to_ancestorfind_path_to_ancestoronly finds one path. Sometimes there is more than one.get_childrenget_familyget_spousesget_marriage_dataelement.py
New methods:
equalsget_child_value_by_tagremove_child_elementindividual.py
Updates to existing methods:
criteria_matchto supportgiven_namein criteriaNew methods:
get_birth_dateget_birth_placeget_death_dateget_death_placeget_first_nameget_name_dataget_sources_by_valueget_sources_by_tag_and_dateget_sources_by_tag_and_placeget_vital_data_by_tagget_vital_year_by_tagUtilities
The python-gedcom includes modules that will complete the following:
Create a new GEDCOM file based on a person and their descendants.
Future modules in development:
This discussion was created from the release v2.0.0-alpha.
Beta Was this translation helpful? Give feedback.
All reactions