Metadata-Version: 2.3
Name: snakemake-interface-logger-plugins
Version: 0.1.3
Summary: Logger plugin interface for snakemake
Author: Cade Mirchandani
Requires-Python: <4.0,>=3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: snakemake-interface-common (>=1.17.4)
Description-Content-Type: text/markdown

# Snakemake Logger Plugin Interface

A base class for creating custom logging plugins for Snakemake.

## Usage

To use this base class, inherit from `LogHandlerBase` and implement the `create_handler` method. The handler should be fully configured with a formatter and filter, as Snakemake will apply its defaults if these are not provided.

## License

This project is licensed under the MIT License.

