Repository URL to install this package:
| 
      
        
        
        Version: 
        
         
          
          4.1.94  ▾
        
         | 
| 
    
    contego
  
    /
        
    home
  
        /
        
    tvault
  
        /
        
    .virtenv
  
        /
        
    lib
  
        /
        
    python2.7
  
        /
        
    site-packages
  
        /
        
    cachetools-2.0.0-py2.7.egg-info
  
        /
        SOURCES.txt
   | 
|---|
CHANGES.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
cachetools/__init__.py
cachetools/abc.py
cachetools/cache.py
cachetools/func.py
cachetools/keys.py
cachetools/lfu.py
cachetools/lru.py
cachetools/rr.py
cachetools/ttl.py
cachetools.egg-info/PKG-INFO
cachetools.egg-info/SOURCES.txt
cachetools.egg-info/dependency_links.txt
cachetools.egg-info/top_level.txt
docs/.gitignore
docs/Makefile
docs/conf.py
docs/index.rst
tests/__init__.py
tests/test_cache.py
tests/test_func.py
tests/test_keys.py
tests/test_lfu.py
tests/test_lru.py
tests/test_method.py
tests/test_rr.py
tests/test_ttl.py
tests/test_wrapper.py