pooch 1.8.2-1 source package in Ubuntu

Changelog

pooch (1.8.2-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches:
    - New 0001-Package-data.patch.
    - New 0002-Package-discovery.patch.
  * debian/rules:
    - Enable tests (excluding the ones using the network).
  * debian/control:
    - Add dependency on python3-xxhash.

 -- Antonio Valentino <email address hidden>  Sun, 09 Jun 2024 09:36:19 +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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pooch_1.8.2-1.dsc 2.2 KiB 2bdcbb05c1f8ccb40894b5e1e451b720b7a982b3dc81bf8ca2d8e9bdc488a03e
pooch_1.8.2.orig.tar.gz 203.1 KiB 764b58b7f2bf78e1d9efcc073fd2127b72a419a22f17cb1c8800f5287306553c
pooch_1.8.2-1.debian.tar.xz 4.4 KiB dd0a09b10541dc56a90b154f65d36ec786c8f25dff60702cf6b3cb4cda4138c7

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).