Enhance GEDCOM parsing and update dependencies - #71
Conversation
jadsongmatos
commented
Aug 7, 2025
- Improved the __get_indi method in Gedcom class with detailed comments for better understanding of individual parsing.
- Added command-line options for resuming GEDCOM downloads with specified start and end levels.
- Updated requests and fake-useragent dependencies in requirements files.
- Improved the __get_indi method in Gedcom class with detailed comments for better understanding of individual parsing. - Added command-line options for resuming GEDCOM downloads with specified start and end levels. - Updated requests and fake-useragent dependencies in requirements files.
|
Hey, the resume feature seems interesting, but I think you've broken a little too much code. |
|
requests_cache is used when I'm creating a second file where it may have relatives in common, it will be in the cache, sorry for the low quality of the code, I haven't finished what I wanted yet, but I thought it would be cool to share how it's going |
|
I do not think the contribution is low quality but may need cleaning up. The request cache in principle is fine. It's good. Some other changes are maybe unnecessary or risky, but we can evaluate those case-by-case. We ideally need to add a basic test suite to protect against breaking changes. @Linekio thoughts? I agree about the comments. We should remove some and use English where possible. |
unless you want to build your tree again, using a larger value for I'm working on aggregating his work and a few other PRs together, should be ready soon. I decided |