Path to this page:
./
devel/py-expiringdict,
Dictionary with auto-expiring values for caching purposes
Branch: pkgsrc-2022Q4,
Version: 1.2.2,
Package name: py310-expiringdict-1.2.2,
Maintainer: pkgsrc-usersexpiringdict 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)
- (2022-12-27) Package added to pkgsrc.se, version py310-expiringdict-1.2.2 (created)