{"library":"snakemake-storage-plugin-http","title":"Snakemake Storage Plugin HTTP","type":"library","description":"Snakemake storage plugin for downloading input files from HTTP(s). Version 0.3.1, released March 2026. Active development, follows Snakemake storage plugin interface.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install snakemake-storage-plugin-http"],"cli":null},"imports":["from snakemake_storage_plugin_http import StorageProviderHTTP"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/snakemake/snakemake-storage-plugin-http","docs":"https://snakemake.github.io/snakemake-plugin-catalog/plugins/storage/http.html","changelog":null,"pypi":"https://pypi.org/project/snakemake-storage-plugin-http/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from snakemake_storage_plugin_http import StorageProviderHTTP\n\nprovider = StorageProviderHTTP()\n# Example: retrieve a file from an HTTP URL\n# In a Snakefile, simply use http:// or https:// URLs as input\n# e.g., input: \"https://example.com/data.txt\"\nprint(\"Plugin loaded successfully\")","lang":"python","description":"Basic usage: instantiate the provider. Typically used implicitly via Snakemake's storage plugin mechanism.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}