chad-loder / pyhaul
PublicResumable HTTP downloads with any Python requests library. Pure Python, zero dependencies, crash-safe.
pyhaul is a small Python library that adds resumable downloading to existing HTTP clients by managing byte ranges, checkpoints, and integrity checks.
How It Works
You want to grab huge files from the web without starting over if your internet drops or your computer crashes.
You simply include pyhaul in your project so it can make downloads super safe and resumable.
You connect pyhaul to the web connector you already use, like your favorite way to fetch online stuff.
You point pyhaul at the big file URL and your save spot, and it begins pulling the data steadily.
If something interrupts like a power outage, just restart – pyhaul smartly continues from the exact spot it stopped, keeping everything safe.
Your full file lands safely in place, checked for perfection, ready to use without a worry.
Star Growth
Repurpose is a Pro feature
Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.
Unlock RepurposeSimilar repos coming soon.