LICENSE
README.md
pyproject.toml
anymodel/__init__.py
anymodel/__main__.py
anymodel/mapper.py
anymodel.egg-info/PKG-INFO
anymodel.egg-info/SOURCES.txt
anymodel.egg-info/dependency_links.txt
anymodel.egg-info/requires.txt
anymodel.egg-info/top_level.txt
anymodel/storages/__init__.py
anymodel/storages/base.py
anymodel/storages/filesystem.py
anymodel/storages/memory.py
anymodel/storages/short_long.py
anymodel/storages/sqlalchemy.py
anymodel/types/__init__.py
anymodel/types/collections.py
anymodel/types/entity.py
anymodel/types/mappings.py
anymodel/types/relations.py
anymodel/types/utils.py
anymodel/utilities/__init__.py
anymodel/utilities/identity_map.py
anymodel/utilities/migrations.py
tests/test_atoms.py
tests/test_entity.py
tests/test_map_memory_then_file.py
tests/test_mapper.py
tests/test_public_api.py
tests/test_storage.py