.gitignore
.pre-commit-config.yaml
LICENSE
README.md
coverage.xml
pyproject.toml
.github/workflows/auto-tag.yml
.github/workflows/ci.yml
.github/workflows/publish.yml
mnemoreg/__init__.py
mnemoreg/_types.py
mnemoreg/core.py
mnemoreg/exceptions.py
mnemoreg.egg-info/PKG-INFO
mnemoreg.egg-info/SOURCES.txt
mnemoreg.egg-info/dependency_links.txt
mnemoreg.egg-info/requires.txt
mnemoreg.egg-info/top_level.txt
mnemoreg/_storage/__init__.py
mnemoreg/_storage/base.py
mnemoreg/_storage/memory.py
mnemoreg/_storage/protocol.py
tests/__init__.py
tests/test_registry_complex.py
tests/test_registry_happy_edgecases.py
tests/test_registry_happy_paths.py
tests/test_registry_initialization.py
tests/test_registry_mistakes.py
tests/test_registry_threaded.py