./devel/py-expiringdict, Dictionary with auto-expiring values for caching purposes

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2022Q3, Version: 1.2.2, Package name: py310-expiringdict-1.2.2, Maintainer: pkgsrc-users

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.


Master sites:

Filesize: 7.946 KB

Version history: (Expand)