LICENSE
README.md
pyproject.toml
src/interpretation_models.egg-info/PKG-INFO
src/interpretation_models.egg-info/SOURCES.txt
src/interpretation_models.egg-info/dependency_links.txt
src/interpretation_models.egg-info/requires.txt
src/interpretation_models.egg-info/top_level.txt
src/mappers/__init__.py
src/mappers/collection_ow.py
src/mappers/metadata_ow.py
src/mappers/surface_helpers.py
src/mappers/surfacegrid_ow.py
src/models/__init__.py
src/models/collection.py
src/models/enums.py
src/models/extent.py
src/models/interpretation.py
src/models/metadata.py
src/models/py.typed
src/models/surfacegrid_eq_api.py
src/schemas/__init__.py
src/schemas/registry.py
src/schemas/definitions/__init__.py
src/schemas/definitions/v1/Collection.json
src/schemas/definitions/v1/collection_item.json
src/schemas/definitions/v1/collection_item_activity.json
src/schemas/definitions/v1/surface_grid.json
src/tables/__init__.py
src/tables/generate_schemas.py
src/tables/model_to_table.py
src/tables/table_definitions.py
src/tables/tablespec.py
tests/test_collection_mapping.py
tests/test_collection_ow.py
tests/test_extent.py
tests/test_metadata_mappers.py
tests/test_schema_registry.py
tests/test_surface.py
tests/test_surfacegrid_json_validation.py
tests/test_surfacegrid_mapping.py