7a15546148
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. WWW: https://github.com/mailgun/expiringdict
3 lines
165 B
Text
3 lines
165 B
Text
TIMESTAMP = 1509629327
|
|
SHA256 (expiringdict-1.1.4.tar.gz) = 9275c3f3aa6cabe394355b6454100eb1cdfe395c6b592c26603a2a0f9e3a0587
|
|
SIZE (expiringdict-1.1.4.tar.gz) = 6900
|