Metadata-Version: 2.1
Name: snakemake-interface-storage-plugins
Version: 1.0.2
Summary: This package provides a stable interface for interactions between Snakemake and its storage plugins.
Author: Johannes Koester
Author-email: johannes.koester@uni-due.de
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: connection-pool (>=0.0.3,<0.0.4)
Requires-Dist: reretry (>=0.11.8,<0.12.0)
Requires-Dist: snakemake-interface-common (>=1.9.1,<2.0.0)
Requires-Dist: wrapt (>=1.15.0,<2.0.0)
Description-Content-Type: text/markdown

# snakemake-interface-storage-plugins

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

A storage plugin has to implement the following scaffold:

```python



```
