fatiando / pooch

A friend to fetch your data files
https://www.fatiando.org/pooch
Other
620 stars 74 forks source link

Add guide on downloading files in parallel #415

Open santisoler opened 4 months ago

santisoler commented 4 months ago

Add a new page to the user guide that provides instructions to download the same file by multiple processes that run in parallel, avoiding multiple downloads of the same file through the usage of lock files. Add filelock as a requirement for building the docs.

Relevant issues/PRs:

Inspired by #411