klepto 0.2.4-1 source package in Ubuntu

Changelog

klepto (0.2.4-1) unstable; urgency=medium

  * Initial upload (Closes: #1042444)

 -- Julian Gilbey <email address hidden>  Fri, 28 Jul 2023 18:25:14 +0100

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
klepto_0.2.4-1.dsc 3.0 KiB c9103218d74795863059ff1c03addb24c79a565d70c6d08f2cd91f344e87dce6
klepto_0.2.4.orig.tar.gz 145.6 KiB 9664f4793e0b61962c9adf46454ff83a578a474aa5b17840af3a9d91ffe81283
klepto_0.2.4-1.debian.tar.xz 3.8 KiB 32a635efa49eb81404e59242e8d701d254e9b2b5931bf67e44fb677029a04de1

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.