django-cache-memoize 0.2.0-1 source package in Ubuntu

Changelog

django-cache-memoize (0.2.0-1) unstable; urgency=medium

  * New upstream release.
  * Update Standards-Version.

 -- Edward Betts <edward@4angle.com>  Thu, 25 Apr 2024 11:50:55 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-cache-memoize_0.2.0-1.dsc 2.1 KiB c876c2cdfa2a56ed7c773b94d6fd05f3d53655e189fb5d8c1a34368645097d78
django-cache-memoize_0.2.0.orig.tar.gz 14.2 KiB 79950a027ba40e4aff4efed587b76036bf5ba1f59329d7b158797b832be72ca6
django-cache-memoize_0.2.0-1.debian.tar.xz 1.9 KiB 32f4fd0b1499303f6cdd43c4759fbb2585c290c82851bbb3efc66f572ccbb59d

Available diffs

No changes file available.

Binary packages built by this source

python3-django-cache-memoize: Django utility for a memoization decorator

 This memoization decorator uses the Django cache framework. It works with
 non-trivial arguments and keyword arguments.
 .
 There is support for memoized function calls to be invalidated.
 .
 Includes the ability to use as a "guard" for repeated execution when storing
 the function result isn't important or needed.