python-gedcom
python-gedcom copied to clipboard
Python module for parsing, analyzing, and manipulating GEDCOM files
**User Story** As a person who is supporting my parents' desire to track lineage, I require the ability to create family tree diagrams from gedcom files so that I can...
…for better text encoding management Add arguments encoding (default None), errors (default None) and opener (default None) to __init__ and __parse methods, with same semantics than for open file function....
print_gedcom has been modified such that in can write in any output stream. The stream is given in argument (file). Default is sys.stdout so it is backward compatible. 'flush' argument...
For individuals that may have multiple tags for alternate names, the name() function returns only the last such encountered tag. To avoid breaking existing code, I'd propose extending this so...