Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
  repoze.lru.egg-info
  docs
  repoze
  CHANGES.txt
  .gitignore
  setup.py
  tox.ini
  README.txt
  setup.cfg
  COPYRIGHT.txt
  PKG-INFO
  CONTRIBUTORS.txt
  LICENSE.txt
Size: Mime:
  README.txt
repoze.lru
==========

``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.  It works under Python 2.5,
Python 2.6, Python 2.7, and Python 3.2.

Please see ``docs/index.rst`` for detailed documentation.