joeyaurel / python-gedcom

Python module for parsing, analyzing, and manipulating GEDCOM files
https://gedcom.joeyaurel.dev
GNU General Public License v2.0
154 stars 39 forks source link

Access to NOTE fields #60

Open JuFu59 opened 3 years ago

JuFu59 commented 3 years ago

This gedcom python library seems to work fine - thanks a lot - but provides functions to access only some items of the gedcom files. In particular I don't see how to retrieve the NOTE field for birth, death, marriages etc. that I am using a lot in my gedcoms. Is there a generic function for accessing these other fields or at least a specific function to access the NOTEs? Or I should look for another gedcom library although I don't know which ones are really still maintained?

KR Frç