django-cache-memoize 0.1.10-3 source package in Ubuntu

Changelog

django-cache-memoize (0.1.10-3) unstable; urgency=medium

  * debian/watch: check pypi instead of github

 -- Edward Betts <edward@4angle.com>  Tue, 06 Dec 2022 10:14:58 +0000

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-cache-memoize_0.1.10-3.dsc 2.2 KiB 143324c11fef1cf995ebb5865f34e70c30a570b123cfc40dbda768ba87441e4c
django-cache-memoize_0.1.10.orig.tar.gz 14.3 KiB 63e8faa245a41c0dbad843807e9f21a6e59eba8e6e50df310fdf6485a6749843
django-cache-memoize_0.1.10-3.debian.tar.xz 1.9 KiB 97bd3f12babd8ee6ece076f56692fcd2265d21aa6ae8f2c7e770252219907532

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.