Path to this page:
./
devel/py-expiringdict,
Dictionary with auto-expiring values for caching purposes
Branch: CURRENT,
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-08-24) Package added to pkgsrc.se, version py310-expiringdict-1.2.2 (created)
CVS history: (Expand)
2022-08-24 12:18:04 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-expiringdict: fix path to py-coveralls
|
2022-08-24 12:17:19 by Thomas Klausner | Files touched by this commit (4) |
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.
|