Metadata-Version: 2.3
Name: snakemake-storage-plugin-zenodo
Version: 0.1.5
Summary: A Snakemake storage plugin for reading from and writing to zenodo.org
License: MIT
Keywords: snakemake,zenodo,storage,plugin
Author: Johannes Koester
Author-email: johannes.koester@uni-due.de
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: snakemake-interface-common (>=1.14.4,<2.0.0)
Requires-Dist: snakemake-interface-storage-plugins (>=4.1.0,<5.0.0)
Project-URL: Documentation, https://snakemake.github.io/snakemake-plugin-catalog/plugins/storage/zenodo.html
Project-URL: Repository, https://github.com/snakemake/snakemake-storage-plugin-zenodo
Description-Content-Type: text/markdown

# Snakemake storage plugin: zenodo

A Snakemake storage plugin for reading from and writing to zenodo.org.
The plugin takes queries of the form `zenodo://record/121246/path/to/file.txt` for
downloading files (here from record `121246`), and 
`zenodo://deposition/121246/path/to/file.txt` for uploading files
to an existing deposition (i.e. an unpublished and therefore still writable record).
