Welcome to fetch-data¶
Fetch data is a simple tool to quickly download data from various sources.
It is a package I’ve developed for my own needs, so I haven’t written too
many tests. The fetch-data relies on two established packages,
pooch and fsspec. I have combined these to make the
downloading process quick and easy.
Installation¶
pip install fetch-data
Contents¶
Usage examples