A PyPSA logger plugin for Snakemake that provides detailed, human-readable output.
Install in development mode:
pip install -e .Or with uv:
uv pip install -e .Use this logger plugin with Snakemake by specifying it via the --logger option:
snakemake --logger pypsa- Detailed, PyPSA-Eur tailored logging output
This package follows the Snakemake logger plugin interface defined in
snakemake-interface-logger-plugins.