LICENSE.md
README.md
pyproject.toml
src/domain_ingestion_pipeline/__init__.py
src/domain_ingestion_pipeline/main.py
src/domain_ingestion_pipeline.egg-info/PKG-INFO
src/domain_ingestion_pipeline.egg-info/SOURCES.txt
src/domain_ingestion_pipeline.egg-info/dependency_links.txt
src/domain_ingestion_pipeline.egg-info/entry_points.txt
src/domain_ingestion_pipeline.egg-info/requires.txt
src/domain_ingestion_pipeline.egg-info/top_level.txt
src/domain_ingestion_pipeline/client/__init__.py
src/domain_ingestion_pipeline/client/icat.py
src/domain_ingestion_pipeline/ingesters/__init__.py
src/domain_ingestion_pipeline/ingesters/hoa_ingester.py
src/domain_ingestion_pipeline/ingesters/ingester.py
src/domain_ingestion_pipeline/ingesters/paleo_ingester.py
src/domain_ingestion_pipeline/ingesters/tomo_ingester.py
src/domain_ingestion_pipeline/projects/hoa/lowercase-hoa.json
src/domain_ingestion_pipeline/projects/hoa/metadata-mapping-hoa.yaml
src/domain_ingestion_pipeline/projects/hoa/replacement-hoa.json
src/domain_ingestion_pipeline/projects/paleo/lowercase-paleo.json
src/domain_ingestion_pipeline/projects/paleo/metadata-mapping-paleo.yaml
src/domain_ingestion_pipeline/projects/paleo/replacement-paleo.json
src/domain_ingestion_pipeline/projects/tomo/lowercase-tomo.json
src/domain_ingestion_pipeline/projects/tomo/metadata-mapping-tomo.yaml
src/domain_ingestion_pipeline/projects/tomo/replacement-tomo.json
src/domain_ingestion_pipeline/tests/__init__.py
src/domain_ingestion_pipeline/tests/conftest.py
src/domain_ingestion_pipeline/tests/conftest_hoa.py
src/domain_ingestion_pipeline/tests/conftest_paleo.py
src/domain_ingestion_pipeline/tests/conftest_tomo.py
src/domain_ingestion_pipeline/tests/test_icat.py
src/domain_ingestion_pipeline/tests/test_ingesters.py
src/domain_ingestion_pipeline/tests/test_url.py
src/domain_ingestion_pipeline/tests/data/mock_hoa_dataset/hoa_metadata_mock.json
src/domain_ingestion_pipeline/tests/data/mock_hoa_dataset/gallery/neuroglancer.json
src/domain_ingestion_pipeline/tests/data/paleo_proposal/id00/20260730/sample/mock_paleo_dataset/mock_paleo_metadata.txt
src/domain_ingestion_pipeline/tests/data/results/hoa_metadata_mock_formatted.json
src/domain_ingestion_pipeline/tests/data/results/paleo_metadata_mock_formatted.json
src/domain_ingestion_pipeline/tests/data/results/tomo_metadata_mock_formatted.json
src/domain_ingestion_pipeline/tests/data/tomo_proposal/id00/20260730/sample/mock_tomo_dataset/mock_tomo_metadata.txt
src/domain_ingestion_pipeline/utils/__init__.py
src/domain_ingestion_pipeline/utils/log_utils.py
src/domain_ingestion_pipeline/utils/project_ingester.py
src/domain_ingestion_pipeline/utils/url.py