Metadata-Version: 2.4
Name: snakemake-storage-plugin-http
Version: 0.3.1
Summary: Snakemake storage plugin for downloading input files from HTTP(s).
License: MIT
License-File: LICENSE
Keywords: snakemake,plugin,storage,http,https
Author: Christopher Tomkins-Tinch
Author-email: tomkinsc@broadinstitute.org
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
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: requests-oauthlib (>=1.3.1,<3.0.0)
Requires-Dist: snakemake-interface-common (>=1.14.0,<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/http.html
Project-URL: Repository, https://github.com/snakemake/snakemake-storage-plugin-http
Description-Content-Type: text/markdown

# snakemake-storage-plugin-http

Snakemake storage plugin for downloading input files from HTTP(s).

