Reference implementation of the GZ-CMD++ v3 policy engine, packaged as a reusable
Python package with src layout and CLI entry points.
- PyPI package name:
gzcmd-record-linkage - Import package:
gzcmd_record_linkage
- Editable install for development:
python -m pip install -e .[dev]- Runtime only:
python -m pip install -e .The package version is derived from git tags using hatch-vcs.
- Lint:
ruff check src/gzcmd_record_linkage/cli.py tests- Tests with coverage target:
pytest --cov=gzcmd_record_linkage.loader \
--cov=gzcmd_record_linkage.classifier \
--cov=gzcmd_record_linkage.bands \
--cov=gzcmd_record_linkage.guardrails \
--cov-fail-under=80- Build:
python -m buildThe package exposes a gzcmd CLI entry point.
gzcmd --helpYou can also invoke the module directly:
python -m gzcmd_record_linkage --help