Source: python-repoze.lru
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 7.0.50~), python-setuptools, python-all
Standards-Version: 3.9.3
Homepage: http://www.repoze.org/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-repoze.lru/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-repoze.lru/trunk/

Package: python-repoze.lru
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Description: tiny LRU cache implementation and decorator
 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.
