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    
Size: Mime:
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