GEDCOM is a standard for exchanging genealogical data.
I've found parsers written in
but none so far written in Python. The closest I've come is the file libgedcom.py from the GRAMPS project, but that is so full of references to GRAMPS modules as to not be usable for me.
I just want a simple standalone GEDCOM parser library written in Python. Does this exist?