.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
CONTRIBUTORS.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
config.example.env
pyproject.toml
requirements.txt
setup.py
.github/FUNDING.yml
.github/dependabot.yml
.github/ISSUE_TEMPLATE/config.yml
.github/workflows/ci.yml
.github/workflows/codeql.yml
.github/workflows/performance.yml
.github/workflows/security.yml
docs/ADVANCED_STORAGE_UPGRADE.md
docs/CONTEXT_DEDUPLICATION_UPGRADE.md
docs/ENCRYPTION_AND_CONTEXT_UPGRADE.md
docs/README.md
docs/SERIALIZATION_UPGRADE.md
examples/example_advanced_encryption.py
examples/example_advanced_features.py
examples/example_advanced_serialization.py
examples/example_advanced_storage.py
examples/example_context_deduplication.py
examples/example_mneme.py
src/mneme/__init__.py
src/mneme/mneme_core.py
src/mneme/mneme_lazy.py
src/mneme/mneme_optimization.py
src/mneme/mneme_security_core.py
src/mneme/mneme_storage_core.py
src/mneme/mneme_torch.py
src/mnemosys.egg-info/PKG-INFO
src/mnemosys.egg-info/SOURCES.txt
src/mnemosys.egg-info/dependency_links.txt
src/mnemosys.egg-info/not-zip-safe
src/mnemosys.egg-info/requires.txt
src/mnemosys.egg-info/top_level.txt
tests/test_mneme.py
tests/test_mneme_optimization.py
tests/test_regresiones_auditoria.py
tests/test_turbo.py