pooch

Installation
SKILL.md

Pooch - Data File Fetching

Quick Reference

import pooch

# Download single file
file_path = pooch.retrieve(
    url="https://example.com/data.csv",
    known_hash="sha256:abc123...",  # None to skip verification
    fname="data.csv",
    path=pooch.os_cache("myproject")
)
Installs
50
GitHub Stars
64
First Seen
Mar 8, 2026
pooch — steadfastasart/geoscience-skills