python-datacache 1.1.5-2 source package in Ubuntu

Changelog

python-datacache (1.1.5-2) unstable; urgency=medium

  [ Mohammed Bilal ]
  * Team Upload.
  * Add autopkgtest
  
  [ Nilesh Patra ]
  * Switch from nose to pytest

 -- Mohammed Bilal <email address hidden>  Tue, 29 Mar 2022 23:42:53 +0530

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-datacache_1.1.5-2.dsc 2.2 KiB 8974a711273b0b83e2db9f6aae67805317ff67de1e82bdebf8c7eadf89b9c485
python-datacache_1.1.5.orig.tar.gz 13.5 KiB b2ca31b2b9d3803a49645ab4f5b30fdd0820e833a81a6952b4ec3a68c8ee24a7
python-datacache_1.1.5-2.debian.tar.xz 4.7 KiB c953b0280c7345aa35d5c3636e86583c4ef9acd6b20d7ee256c4a9dac9a3e995

Available diffs

No changes file available.

Binary packages built by this source

python3-datacache: helpers for transparently downloading datasets

 External data is often distributed as "flat files", i.e.
 dumps into a mostly human-readable format that one could
 open as a spreadsheet and equally easy parse and index or
 reimport into a local database. When the text file changes,
 the database needs to be updated, too. If access to the database
 is first required, the text file needs to be downloaded first
 and the database created. Remote updates also require local updates.
 .
 This package provides a set of helper functions to address the
 handling of remote files and the curation of local databases
 derived from them.