.codecov.yml
.coveragerc
.gitignore
.travis.yml
LICENSE
MANIFEST.in
README
README.md
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/source/conf.py
docs/source/index.rst
docs/source/klepto.rst
docs/source/pathos.png
klepto/__init__.py
klepto/_archives.py
klepto/_cache.py
klepto/_inspect.py
klepto/_namedtuple.py
klepto/_pickle.py
klepto/archives.py
klepto/crypto.py
klepto/info.py
klepto/keymaps.py
klepto/rounding.py
klepto/safe.py
klepto/tools.py
klepto.egg-info/PKG-INFO
klepto.egg-info/SOURCES.txt
klepto.egg-info/dependency_links.txt
klepto.egg-info/not-zip-safe
klepto.egg-info/requires.txt
klepto.egg-info/top_level.txt
tests/__init__.py
tests/__main__.py
tests/test_alchemy.py
tests/test_basic.py
tests/test_bigdata.py
tests/test_cache.py
tests/test_cache_info.py
tests/test_cachekeys.py
tests/test_chaining.py
tests/test_crypto.py
tests/test_frame.py
tests/test_hdf.py
tests/test_ignore.py
tests/test_keymaps.py
tests/test_pickles.py
tests/test_readwrite.py
tests/test_rounding.py
tests/test_validate.py
tests/test_workflow.py