Skip to main content

gedcom7

Tests PyPI Python versions License: MIT

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.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gedcom7-1.1.0.tar.gz (60.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gedcom7-1.1.0-py3-none-any.whl (32.1 kB view details)

Uploaded Python 3

File details

Details for the file gedcom7-1.1.0.tar.gz.

File metadata

  • Download URL: gedcom7-1.1.0.tar.gz
  • Upload date:
  • Size: 60.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for gedcom7-1.1.0.tar.gz
Algorithm Hash digest
SHA256 2e18d11c5e39169033d23fd2d240b3ef16549d1ddd6ed9fb3dd47d45fe7a0136
MD5 81c7b424b06216400649266e29ed0536
BLAKE2b-256 541a30b3f98ce05a0c39d3df10d937839a4427d7f078f7cceb79e6ce49d9b835

See more details on using hashes here.

Provenance

The following attestation bundles were made for gedcom7-1.1.0.tar.gz:

Publisher: pypi.yml on DavidMStraub/python-gedcom7

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gedcom7-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: gedcom7-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 32.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for gedcom7-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b1f7abc437778a23b7a9654a396e671b0a90339a31bf20db3743eff720109291
MD5 ffc421b1ed11e032e31ec0f583245fce
BLAKE2b-256 dcd5b3fdcc263df986e96aaa992308d2c7e3f9836201302f00eaf3ca847f28b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for gedcom7-1.1.0-py3-none-any.whl:

Publisher: pypi.yml on DavidMStraub/python-gedcom7

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

1.1.0 This release

2 files

1.0.0

2 files

0.5.0

2 files

0.4.1

2 files

0.4.0

2 files

0.3.0

2 files

0.2.1

2 files

0.2.0

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page