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

Parse stream issue#32 #37

Closed mameen closed 4 years ago

mameen commented 4 years ago

This is a simple fix for Issue32. parse_file is split into two functions with one taking file stream or string array as input. 2 test cases added for verification