Pooch

Latest version: v1.8.1

Safety actively analyzes 626604 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 5

0.2.0

Bug fixes:

* Avoid copying of files across the file system (33)
* Correctly delete temporary downloads on error (32)

New features:

* Allow custom download URLs for individual files (30)
* Allow dataset versioning to be optional (29)

Maintenance:

* Move URLs building to a dedicated method for easy subclassing (31)
* Add testing and support for Python 3.7 (25)

0.1.1

Bug fixes:

* Check if the local data folder is writable and warn the user instead of crashing (23)

0.1

First release of Pooch :tada:

Pooch will manage downloading your sample data files over HTTP from a server and storing them in a local directory:

* Download a file only if it's not in the local storage.
* Check the SHA256 hash to make sure the file is not corrupted or needs updating.
* If the hash is different from the registry, Pooch will download a new version of the file.
* If the hash still doesn't match, Pooch will raise an exception warning of possible data corruption.

Page 5 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.