LICENSE
README.md
pyproject.toml
src/dc43/__init__.py
src/dc43/cli.py
src/dc43/odcs.py
src/dc43/versioning.py
src/dc43.egg-info/PKG-INFO
src/dc43.egg-info/SOURCES.txt
src/dc43.egg-info/dependency_links.txt
src/dc43.egg-info/entry_points.txt
src/dc43.egg-info/requires.txt
src/dc43.egg-info/top_level.txt
src/dc43/demo_app/__init__.py
src/dc43/demo_app/pipeline.py
src/dc43/demo_app/server.py
src/dc43/demo_app/demo_data/contracts/customers/1.0.0.json
src/dc43/demo_app/demo_data/contracts/orders/1.0.0.json
src/dc43/demo_app/demo_data/contracts/orders/1.1.0.json
src/dc43/demo_app/demo_data/contracts/orders_enriched/1.0.0.json
src/dc43/demo_app/demo_data/contracts/orders_enriched/1.1.0.json
src/dc43/demo_app/demo_data/contracts/orders_enriched/2.0.0.json
src/dc43/demo_app/demo_data/data/customers.json
src/dc43/demo_app/demo_data/data/orders.json
src/dc43/demo_app/demo_data/records/contract_meta.json
src/dc43/demo_app/demo_data/records/datasets.json
src/dc43/demo_app/static/presentation.html
src/dc43/demo_app/templates/base.html
src/dc43/demo_app/templates/contract_detail.html
src/dc43/demo_app/templates/contract_versions.html
src/dc43/demo_app/templates/contracts.html
src/dc43/demo_app/templates/dataset_detail.html
src/dc43/demo_app/templates/dataset_versions.html
src/dc43/demo_app/templates/datasets.html
src/dc43/demo_app/templates/index.html
src/dc43/demo_app/templates/new_contract.html
src/dc43/dq/base.py
src/dc43/dq/spark_metrics.py
src/dc43/dq/stub.py
src/dc43/integration/dataset.py
src/dc43/integration/dlt_helpers.py
src/dc43/integration/spark_io.py
src/dc43/integration/validation.py
src/dc43/storage/base.py
src/dc43/storage/delta.py
src/dc43/storage/fs.py
tests/test_integration.py
tests/test_odcs_aliases.py
tests/test_server_pages.py
tests/test_validation.py