LICENSE
README.md
pyproject.toml
src/marinerg_data/__init__.py
src/marinerg_data/bundle.py
src/marinerg_data/ckan.py
src/marinerg_data/cli.py
src/marinerg_data/inspect_dir.py
src/marinerg_data/manifest.py
src/marinerg_data/mock.py
src/marinerg_data/publish.py
src/marinerg_data/validation.py
src/marinerg_data/zenodo.py
src/marinerg_data/converters/__init__.py
src/marinerg_data/converters/wave_tank.py
src/marinerg_data/data/__init__.py
src/marinerg_data/data/capture_formats.yaml
src/marinerg_data/data/run_manifest.schema.json
src/marinerg_data_access/__init__.py
src/marinerg_data_access/admin.py
src/marinerg_data_access/apps.py
src/marinerg_data_access/py.typed
src/marinerg_data_access/urls.py
src/marinerg_data_access.egg-info/PKG-INFO
src/marinerg_data_access.egg-info/SOURCES.txt
src/marinerg_data_access.egg-info/dependency_links.txt
src/marinerg_data_access.egg-info/entry_points.txt
src/marinerg_data_access.egg-info/requires.txt
src/marinerg_data_access.egg-info/top_level.txt
src/marinerg_data_access/client/__init__.py
src/marinerg_data_access/client/ckan_models.py
src/marinerg_data_access/client/client.py
src/marinerg_data_access/client/models.py
src/marinerg_data_access/client/resources.py
src/marinerg_data_access/client/seed_models.py
src/marinerg_data_access/client/zenodo.py
src/marinerg_data_access/client/zenodo_models.py
src/marinerg_data_access/migrations/0001_initial.py
src/marinerg_data_access/migrations/0002_dataset_id_authority_dataset_keyword_vocabularies_and_more.py
src/marinerg_data_access/migrations/0003_remove_dataset_keyword_vocabularies_and_more.py
src/marinerg_data_access/migrations/0004_datasettag_dataset_tags.py
src/marinerg_data_access/migrations/0005_datasetidauthority_license_alter_dataset_parent_and_more.py
src/marinerg_data_access/migrations/0006_dataset_public_datasettemplate_public_and_more.py
src/marinerg_data_access/migrations/0007_alter_dataset_updated_at_and_more.py
src/marinerg_data_access/migrations/__init__.py
src/marinerg_data_access/models/__init__.py
src/marinerg_data_access/models/dataset.py
src/marinerg_data_access/models/dataset_template.py
src/marinerg_data_access/models/license.py
src/marinerg_data_access/serializers/__init__.py
src/marinerg_data_access/serializers/dataset.py
src/marinerg_data_access/serializers/dataset_template.py
src/marinerg_data_access/serializers/license.py
src/marinerg_data_access/test/__init__.py
src/marinerg_data_access/test/fixtures.py
src/marinerg_data_access/views/__init__.py
src/marinerg_data_access/views/dataset.py
src/marinerg_data_access/views/dataset_template.py
src/marinerg_data_access/views/license.py
tests/test_ckan_models.py
tests/test_dataset.py
tests/test_seed_ckan.py
tests/test_seed_models.py
tests/test_settings.py
tests/test_zenodo_models.py
tests/test_zenodo_to_seed.py