Binary package “python3-repoze.lru” in ubuntu mantic

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.