Snakemake logger plugin: pypsa

https://img.shields.io/badge/repository-github-blue?color=%23022c22 GitHub - Last commit https://img.shields.io/badge/author-PyPSA--Eur%20Contributors%20%3Cwill.usher%40openenergytransition.org%3E-purple?color=%23064e3b PyPI - Version PyPI - License Snakemake

Warning

This plugin is not maintained and reviewed by the official Snakemake organization.

Warning

No documentation found in repository https://github.com/pypsa/pypsa-eur. The plugin should provide a docs/intro.md with some introductory sentences and optionally a docs/further.md file with details beyond the auto-generated usage instructions presented in this catalog.

Installation

Install this plugin by installing it with pip or mamba directly, e.g.:

pip install snakemake-logger-plugin-pypsa

Or, if you are using pixi, add the plugin to your pixi.toml. Be careful to put it under the right dependency type based on the plugin’s availability, e.g.:

snakemake-logger-plugin-pypsa = "*"

Usage

In order to use the plugin, run Snakemake (>=9.11) with the corresponding value for the logger flag:

snakemake --logger pypsa ...

with ... being any additional arguments you want to use.