Registry /
data / snakemake-storage-plugin-http
Install & Compatibility
Where this runs
tested against v0.2.1 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 24.2MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 3.3s · import 0.000s · 25MB
23MB installed
● package 23MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
StorageProviderHTTP
✓ from snakemake_storage_plugin_http import StorageProviderHTTP
✗ from snakemake_storage_plugin_http import StorageProviderHTTP
Basic usage: instantiate the provider. Typically used implicitly via Snakemake's storage plugin mechanism.
from snakemake_storage_plugin_http import StorageProviderHTTP
provider = StorageProviderHTTP()
# Example: retrieve a file from an HTTP URL
# In a Snakefile, simply use http:// or https:// URLs as input
# e.g., input: "https://example.com/data.txt"
print("Plugin loaded successfully")
Upgrade
Version history
0.3.1latest on PyPI · released Mar 11, 2026
Audit
Dependencies
snakemakerequiredCore workflow management system; plugin interfaces with Snakemake's storage system