pooch 1.7.0-1 source package in Ubuntu

Changelog

pooch (1.7.0-1) unstable; urgency=medium

  [ Bas Couwenberg ]
  * Bump Standards-Version to 4.6.2, no changes.

  [ Antonio Valentino ]
  * New upstream release.
  * debian/control:
    - updated dependencies (appdirs replaced by platformdirs).
  * debian/copyright:
    - update copyright dates.
  * Update filenames in d/python3-pooch.docs.
  * Bump debhelper-compat version to 13.

 -- Antonio Valentino <email address hidden>  Sun, 11 Jun 2023 16:48:22 +0200

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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pooch_1.7.0-1.dsc 2.1 KiB bfeb006eb1e7741f49dc722bd652eef208b633499dafefed85960a1b371d2260
pooch_1.7.0.orig.tar.gz 199.4 KiB e161d2a7d4327f5cbb6e6021a561b0a23fd1c11330f167ba9f914ef1ae44ff38
pooch_1.7.0-1.debian.tar.xz 3.4 KiB e2adddfa9a0c65c1b152320a96cef8f9559427a0e4be1959bd60174c0deefb0a

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