Metadata-Version: 2.1
Name: snakemake-storage-plugin-deeporigin
Version: 0.0.2
Summary: A Snakemake storage plugin for S3 API storage (AWS S3, MinIO, etc.)
Home-page: https://github.com/formiclabs/snakemake-storage-plugin-deeporigin
License: MIT
Keywords: snakemake,plugin,storage,s3
Author: Bilal Shaikh
Author-email: bilalshaikh42@gmail.com
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
Requires-Dist: boto3 (>=1.33,<2.0)
Requires-Dist: botocore (>=1.33,<2.0)
Requires-Dist: snakemake-interface-common (>=1.14.0,<2.0.0)
Requires-Dist: snakemake-interface-storage-plugins (>=3.2.2,<4.0.0)
Requires-Dist: snakemake-storage-plugin-s3 (>=0.2.11,<0.3.0)
Requires-Dist: urllib3 (>=2.0,<2.2)
Project-URL: Documentation, https://snakemake.github.io/snakemake-plugin-catalog/plugins/storage/s3.html
Project-URL: Repository, https://github.com/formiclabs/snakemake-storage-plugin-deeporigin
Description-Content-Type: text/markdown

# Snakemake storage plugin: s3

A Snakemake storage plugin for S3 API storage (AWS S3, MinIO, etc.).
For documentation and usage instructions, see the [Snakemake plugin catalog](https://snakemake.github.io/snakemake-plugin-catalog/plugins/storage/s3.html).
