.coveragerc
.manylinux-install.sh
.manylinux.sh
.readthedocs.yaml
CHANGES.rst
CONTRIBUTING.md
COPYRIGHT.txt
LICENSE.txt
MANIFEST.in
README.rst
appveyor.yml
buildout.cfg
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/api.rst
docs/changes.rst
docs/conf.py
docs/glossary.rst
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/using.rst
docs/api/attributes.rst
docs/api/cache.rst
docs/api/collections.rst
docs/api/interfaces.rst
docs/api/pickling.rst
src/persistent/__init__.py
src/persistent/_compat.h
src/persistent/_compat.py
src/persistent/_ring_build.py
src/persistent/_timestamp.c
src/persistent/cPersistence.c
src/persistent/cPersistence.h
src/persistent/cPickleCache.c
src/persistent/dict.py
src/persistent/interfaces.py
src/persistent/list.py
src/persistent/mapping.py
src/persistent/persistence.py
src/persistent/picklecache.py
src/persistent/ring.c
src/persistent/ring.h
src/persistent/ring.py
src/persistent/timestamp.py
src/persistent/wref.py
src/persistent.egg-info/PKG-INFO
src/persistent.egg-info/SOURCES.txt
src/persistent.egg-info/dependency_links.txt
src/persistent.egg-info/not-zip-safe
src/persistent.egg-info/requires.txt
src/persistent.egg-info/top_level.txt
src/persistent/tests/__init__.py
src/persistent/tests/attrhooks.py
src/persistent/tests/cucumbers.py
src/persistent/tests/test__compat.py
src/persistent/tests/test_compile_flags.py
src/persistent/tests/test_docs.py
src/persistent/tests/test_list.py
src/persistent/tests/test_mapping.py
src/persistent/tests/test_persistence.py
src/persistent/tests/test_picklecache.py
src/persistent/tests/test_ring.py
src/persistent/tests/test_timestamp.py
src/persistent/tests/test_wref.py
src/persistent/tests/utils.py