[ 源代码: python-repoze.lru ]
软件包:python3-repoze.lru(0.7-1)
python3-repoze.lru 的相关链接
Debian 的资源:
下载源码包 python-repoze.lru:
- [python-repoze.lru_0.7-1.dsc]
- [python-repoze.lru_0.7.orig.tar.gz]
- [python-repoze.lru_0.7-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [www.repoze.org]
相似软件包:
tiny LRU cache implementation and decorator for Python 3
repoze.lru is a LRU (least recently used) cache implementation. Keys and values that are not used frequently will be evicted from the cache faster than keys and values that are used frequently.
This is the Python 3 version of the package.