gedcom7
Read and write GEDCOM 7 files in Python — a format for exchanging genealogical data between family history applications.
Background
Reading and writing are both based on regular expressions generated directly from the ABNF grammar via abnf-to-regexp, and on the structure and payload tables extracted from the specification. The library targets FamilySearch GEDCOM 7.0.18: it does not attempt to parse files that are not standards compliant, and raises rather than writing malformed lines.
Installation
python -m pip install gedcom7
Usage
import gedcom7
with open("my_gedcom.ged", "rb") as f:
records = gedcom7.load(f)
with open("out.ged", "wb") as f:
gedcom7.dump(records, f)
Each record is a GedcomStructure with a tag, an optional xref and pointer, the raw text payload, and children. Its value property casts the payload to the data type the specification gives that structure type.
loads and dumps are the string equivalents. Non-conforming input raises GedcomParseError, a ValueError carrying line_number.
Development
python -m pip install --group dev --editable .
pytest && mypy && ruff check . && ruff format --check .
The version is derived from git tags by setuptools-scm. To release, push a vX.Y.Z tag and publish a GitHub release for it.
Credits
Inspiration was drawn from the Javascript parser.
Release files for gedcom7 1.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gedcom7-1.1.0.tar.gz | 60.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gedcom7-1.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 92.4 kB
Release files / gedcom7-1.1.0.tar.gz
| Download URL | gedcom7-1.1.0.tar.gz |
|---|---|
| Size | 60.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2e18d11c5e39169033d23fd2d240b3ef16549d1ddd6ed9fb3dd47d45fe7a0136
|
|
BLAKE2b-256 checksum How to use checksums |
541a30b3f98ce05a0c39d3df10d937839a4427d7f078f7cceb79e6ce49d9b835
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency logRelease files / gedcom7-1.1.0-py3-none-any.whl
| Download URL | gedcom7-1.1.0-py3-none-any.whl |
|---|---|
| Size | 32.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b1f7abc437778a23b7a9654a396e671b0a90339a31bf20db3743eff720109291
|
|
BLAKE2b-256 checksum How to use checksums |
dcd5b3fdcc263df986e96aaa992308d2c7e3f9836201302f00eaf3ca847f28b1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 18, 2026.
Transparency log