python-gedcom icon indicating copy to clipboard operation
python-gedcom copied to clipboard

Python module for parsing, analyzing, and manipulating GEDCOM files

Results 24 python-gedcom issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

**Describe the bug** I have an example file, where the encoding itself, crashing the loading process. gedcom_parser.parse_file(file_path, False) # Disable strict parsing This line receving this crash [one_person_myheritage.rename to ged.log](https://github.com/nickreynke/python-gedcom/files/4495985/one_person_myheritage.rename.to.ged.log)...

bug

With a .ged file exported from geneanet, I get an encoding problem error: 21 input = input[3:] 22 prefix = 3 ---> 23 (output, consumed) = codecs.utf_8_decode(input, errors, True) 24...

Dates may be specified as before, after, about, or a range. Its not clear how the year extraction methods handle such cases. Perhaps an additional method which returns the modifier.

enhancement

The GEDCOM specifications link to Chronoplex, instead they should link to here: https://gedcom.io/specs/

New PR in favor of original PR #50 by @cdhorn, because of conflicts with the latest version in the `develop` branch. Todo list: - [x] Change method names in `subparsers`...

**Is your feature request related to a problem? Please describe.** I'm SO HAPPY to have found gedcom.parser! I'm making a family tree in Django with the idea of having a...

enhancement

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...

enhancement

**Is your feature request related to a problem? Please describe.** Hi, I want to get the ID number of INDI (like `@I5465477880020118059@`) in order to give a kind of `unique...

enhancement