pooch icon indicating copy to clipboard operation
pooch copied to clipboard

A friend to fetch your data files

Results 75 pooch issues
Sort by recently updated
recently updated
newest added

Hi, we recently ([merged](https://github.com/scipy/scipy/commit/d58e74655e1129d5d18f034b5a0219dba90368d3) just today) added a `datasets` submodule in SciPy which will be released in [SciPy 1.10](https://github.com/scipy/scipy/wiki/%2ARelease-Note-Entries-for-SciPy-1.10.0#scipydatasets-introduction), with Pooch as an optional dependency. I thought it would be...

**Description of the desired feature:** When implementing #318, I realized that the DOI support in pooch currently does not allow to automatically populate the pooch's registry using the API, although...

enhancement

**Relevant issues/PRs:** This fixes #317. This adds support for DOI conversion from DataVerse repositories. In order to do so, it contains two refactorings which are in isolated commits: * DOI...

**Description of the desired feature:** I would like to add DOI handling support for data repositories based on [DataVerse](https://github.com/IQSS/dataverse). My main motivation is that my institution offers a data archiving...

enhancement

**Description of the desired feature:** It would be great to support data mirrors, ie. having values for `base_url` where the second, third etc. values can be used if the first...

enhancement

**System information** * Operating system: Linux x86/64 * Python installation (Anaconda, system, ETS): system * Version of Python: 3.8.13 * Version of this package: 1.6.0 * If using conda, paste...

bug

The current implementation uses the `logging` module to print messages about downloads and processing operations. This has a few drawbacks that we didn't expect when it was first implemented: 1....

enhancement
question

Thanks again for this excellent package. I am documenting this issue I encountered, which may or may not be a bug. I am trying to use the DOI downloader following...

bug
question

**Description of the desired feature** Sometimes we may need to specify arguments to `requests.get` when downloading a file (#186 for example). This can be done with keyword arguments in `HTTPDownloader`....

documentation

**Description of the desired feature** For big archives, it is sometimes desirable to delete the initial archive file (against which the hash is made) and retain the unextracted files, and...

enhancement