No description
  • Python 99.3%
  • Makefile 0.7%
Find a file
2026-08-29 11:37:33 +09:00
docs Remove empty and duplicate records 2026-08-29 11:37:33 +09:00
packages Remove empty and duplicate records 2026-08-29 11:37:33 +09:00
tests Remove empty and duplicate records 2026-08-29 11:37:33 +09:00
.gitignore WiP - implementing gedcom MVP 2026-08-25 14:00:53 +09:00
Makefile WiP - implementing gedcom MVP 2026-08-25 14:00:53 +09:00
README.md WiP - implementing gedcom MVP 2026-08-25 14:00:53 +09:00

GEDCOM Stats

Cross-platform GEDCOM inspection, comparison, and repair tools.

Development setup

python3 -m venv .venv
. .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install -e packages/gedcomstats-core -e packages/gedcomstats-cli

Run the CLI with:

gedcom --help
gedcom stats path/to/tree.ged

Run tests with python -m unittest discover -s tests.

The core library and CLI are separate packages. The current parser is a small baseline adapter; the open-source GEDCOM parser compatibility spike described in docs/design_spec.md is still required before production use.