klepto 0.2.5-1 source package in Ubuntu

Changelog

klepto (0.2.5-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Boyuan Yang <email address hidden>  Tue, 30 Jan 2024 19:03:29 -0500

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
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
klepto_0.2.5-1.dsc 3.0 KiB a03ed1e92c49acea51ab85a626001d9ba4b0a2de9ada6f1149ba2f3857bb94f3
klepto_0.2.5.orig.tar.gz 146.8 KiB 0093ad423ccad66ca06fa6d959824172c87f8bd6dc51ac5225fd76c17d0561ba
klepto_0.2.5-1.debian.tar.xz 3.9 KiB b4563ad590ee355f402b9b2fecae5ea04a7cee2a8fb76770a387b1a8d2ea78fe

Available diffs

No changes file available.

Binary packages built by this source

python-klepto-doc: Persistent caching to memory, disk or database (documentation)

 klepto extends Python's lru_cache to utilise different keymaps and
 alternate caching algorithms. This package also has archiving
 capabilities for longer-term storage. It uses a simple
 dictionary-style interface for all caches and archives, and all
 caches can be applied to any Python function as a decorator.
 .
 klepto is intended to be used for distributed and parallel computing,
 where the keymaps serialize the stored objects, and the caches and
 archives are intended to be read/write accessible from different
 threads and processes.
 .
 klepto is part of pathos, a Python framework for heterogeneous computing.
 .
 This package contains the klepto documentation in HTML format.

python3-klepto: Persistent caching to memory, disk or database

 klepto extends Python's lru_cache to utilise different keymaps and
 alternate caching algorithms. This package also has archiving
 capabilities for longer-term storage. It uses a simple
 dictionary-style interface for all caches and archives, and all
 caches can be applied to any Python function as a decorator.
 .
 klepto is intended to be used for distributed and parallel computing,
 where the keymaps serialize the stored objects, and the caches and
 archives are intended to be read/write accessible from different
 threads and processes.
 .
 klepto is part of pathos, a Python framework for heterogeneous computing.