Path to this page:
Subject: CVS commit: pkgsrc/devel/py-expiringdict
From: Thomas Klausner
Date: 2022-08-24 12:17:19
Message id: 20220824101719.5B48CFB1A@cvs.NetBSD.org
Log Message:
devel/py-expiringdict: import py-expiringdict-1.2.2
expiringdict is a Python caching library. The core of the library
is ExpiringDict class which is an ordered dictionary with auto-expiring
values for caching purposes. Expiration happens on any access,
object is locked during cleanup from expired values. ExpiringDict
can not store more than `max_len` elements - the oldest will be
deleted.
Files: