LICENSE
README.md
pyproject.toml
src/stash/__init__.py
src/stash/main.py
src/stash/cache/__init__.py
src/stash/cache/cache_registry.py
src/stash/classes/__init__.py
src/stash/classes/fieldinfo.py
src/stash/classes/slots_class.py
src/stash/errors/__init__.py
src/stash/errors/exceptions.py
src/stash/utils/__init__.py
src/stash/utils/dynamic.py
src/stash/utils/utility.py
src/stash_memory.egg-info/PKG-INFO
src/stash_memory.egg-info/SOURCES.txt
src/stash_memory.egg-info/dependency_links.txt
src/stash_memory.egg-info/requires.txt
src/stash_memory.egg-info/top_level.txt
tests/test_cache.py
tests/test_immutability.py
tests/test_mutability.py
tests/test_preservation.py
tests/test_variables.py