Metadata-Version: 2.3
Name: snakemake-storage-plugin-rucio
Version: 0.4.0
Summary: A Snakemake storage plugin that handles files available through Rucio.
License: Apache-2.0
Keywords: snakemake,plugin,storage,rucio
Author: Bouwe Andela
Author-email: b.andela@esciencecenter.nl
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: dev
Requires-Dist: coverage (>=7) ; extra == "dev"
Requires-Dist: pre-commit (>=4) ; extra == "dev"
Requires-Dist: pytest (>=8) ; extra == "dev"
Requires-Dist: pytest-cov (>=6) ; extra == "dev"
Requires-Dist: rucio (>=36)
Requires-Dist: snakemake (>=9.5.1)
Requires-Dist: snakemake-interface-common (>=1.18.0)
Requires-Dist: snakemake-interface-storage-plugins (>=4.2.1)
Project-URL: Documentation, https://snakemake.github.io/snakemake-plugin-catalog/plugins/storage/rucio.html
Project-URL: Repository, https://github.com/bouweandela/snakemake-storage-plugin-rucio
Description-Content-Type: text/markdown

[![CI](https://github.com/bouweandela/snakemake-storage-plugin-rucio/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/bouweandela/snakemake-storage-plugin-rucio/actions/workflows/ci.yml?query=branch%3Amain)
[![codecov](https://codecov.io/gh/bouweandela/snakemake-storage-plugin-rucio/graph/badge.svg?token=GRYFT0TCRQ)](https://codecov.io/gh/bouweandela/snakemake-storage-plugin-rucio)
[![Docs](https://readthedocs.org/projects/snakemake/badge/?version=latest)](https://snakemake.github.io/snakemake-plugin-catalog/plugins/storage/rucio.html)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.15657667.svg)](https://doi.org/10.5281/zenodo.15657667)

# snakemake-storage-plugin-rucio

A Snakemake storage plugin that handles files available through [Rucio](https://rucio.cern.ch/).

## Contributing

Contributions are very welcome. Instruction on how to get started are available
in the [contribution guidelines](CONTRIBUTING.md).

