No description
- Python 99.3%
- Makefile 0.7%
| docs | ||
| packages | ||
| tests | ||
| .gitignore | ||
| Makefile | ||
| README.md | ||
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.