Next | Query returned 2 messages, browsing 1 to 10 | previous

History of commit frequency

CVS Commit History:


   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.

Next | Query returned 2 messages, browsing 1 to 10 | previous