Metadata-Version: 2.1
Name: snakemake-storage-plugin-http
Version: 0.2.3
Summary: Snakemake storage plugin for downloading input files from HTTP(s).
Home-page: https://github.com/snakemake/snakemake-storage-plugin-http
License: MIT
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
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: requests-oauthlib (>=1.3.1,<2.0.0)
Requires-Dist: snakemake-interface-common (>=1.14.0,<2.0.0)
Requires-Dist: snakemake-interface-storage-plugins (>=3.0.0,<4.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).

