pooch 1.8.1-1 source package in Ubuntu

Changelog

pooch (1.8.1-1) unstable; urgency=medium

  * New upstream release.
  * Update dates in d/copytight.

 -- Antonio Valentino <email address hidden>  Wed, 21 Feb 2024 07:24:08 +0000

Upload details

Uploaded by:
Debian GIS Project
Uploaded to:
Sid
Original maintainer:
Debian GIS Project
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pooch_1.8.1-1.dsc 2.2 KiB c11d9847f2430f6421fe16991ccc53a4db5cddbc9dc0fe05736a6ea1ac3d49c8
pooch_1.8.1.orig.tar.gz 202.5 KiB f2a3766ae956d9b8db6c3c2318bab700f60d775bd89f5e2ca043c9522b2d5ff8
pooch_1.8.1-1.debian.tar.xz 3.7 KiB f7f609244be23b8c08fe8d467f2cd974265edda2b548f27324e9bfdb1fa9113a

Available diffs

No changes file available.

Binary packages built by this source

python3-pooch: Tools to manage Python library's data files

 Pooch manages a data registry by downloading your data files
 from a server only when needed and storing them locally in a data
 cache (a folder on your computer).
 .
 Pooch's main features:
  * Pure Python and minimal dependencies.
  * Download a file only if necessary (it's not in the data cache or
    needs to be updated).
  * Verify download integrity through SHA256 hashes (also used to check
    if a file needs to be updated).
  * Designed to be extended: plug in custom download (FTP, scp, etc)
    and post-processing (unzip, decompress, rename) functions.
  * Includes utilities to unzip/decompress the data upon download to
    save loading time.
  * Can handle basic HTTP authentication (for servers that require a
    login) and printing download progress bars.
  * Easily set up an environment variable to overwrite the data cache
    location.
  * Automatically download your data files so you don't have to keep
    them in your GitHub repository.
  * Make sure everyone running the code has the same version of the
    data files (enforced through the SHA256 hashes).