Installation

From PyPI

pip install repairledger

From source

git clone https://github.com/holgern/repairledger.git
cd repairledger
pip install -e .

Development installation

pip install -e ".[dev]"

Requirements

  • Python >= 3.10

  • Dependencies: typer, ledgercore, PyYAML, tomli (Python < 3.11)