Metadata-Version: 2.4
Name: snakemake-interface-logger-plugins
Version: 1.2.2
Summary: Logger plugin interface for snakemake
Author: Cade Mirchandani, Christopher Tomkins-Tinch, Johannes Köster
Requires-Python: <4.0,>=3.11
Requires-Dist: snakemake-interface-common>=1.17.4
Description-Content-Type: text/markdown

# Snakemake Logger Plugin Interface

This package provides a stable interface for interactions between Snakemake and its logger plugins.

Plugins should implement the following skeleton to comply with this interface.
It is recommended to use Snakemake's poetry plugin to set up this skeleton (and automated testing) within a python package, see https://github.com/snakemake/poetry-snakemake-plugin.

This interface is a work in progress and the skeleton code will be added below once the dust has settled.

```python


```