.gitignore
.pre-commit-config.yaml
.python-version
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
uv.lock
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/release-drafter.yml
.github/ISSUE_TEMPLATE/issue.yml
.github/workflows/draft-release.yml
.github/workflows/publish-docs.yml
.github/workflows/publish-pypi.yml
.github/workflows/run-tests.yml
docs/src/catalog-setup.md
docs/src/conf.py
docs/src/cytomining.md
docs/src/duckdb.md
docs/src/getting-started.md
docs/src/index.md
docs/src/python-api.md
docs/src/warehouse-spec.md
docs/src/workflow.md
docs/src/_static/custom.css
docs/src/_static/iceberg-bioimage-logo.png
docs/src/examples/basic-workflow.ipynb
docs/src/examples/basic-workflow.py
docs/src/examples/metadata-workflow.ipynb
docs/src/examples/metadata-workflow.py
examples/catalog_duckdb.py
examples/quickstart.py
examples/synthetic_workflow.py
src/iceberg_bioimage/__init__.py
src/iceberg_bioimage/_version.py
src/iceberg_bioimage/api.py
src/iceberg_bioimage/cli.py
src/iceberg_bioimage.egg-info/PKG-INFO
src/iceberg_bioimage.egg-info/SOURCES.txt
src/iceberg_bioimage.egg-info/dependency_links.txt
src/iceberg_bioimage.egg-info/entry_points.txt
src/iceberg_bioimage.egg-info/requires.txt
src/iceberg_bioimage.egg-info/scm_file_list.json
src/iceberg_bioimage.egg-info/scm_version.json
src/iceberg_bioimage.egg-info/top_level.txt
src/iceberg_bioimage/adapters/__init__.py
src/iceberg_bioimage/adapters/base.py
src/iceberg_bioimage/adapters/ome_tiff.py
src/iceberg_bioimage/adapters/zarr_v2.py
src/iceberg_bioimage/integrations/__init__.py
src/iceberg_bioimage/integrations/catalog.py
src/iceberg_bioimage/integrations/cytomining.py
src/iceberg_bioimage/integrations/duckdb.py
src/iceberg_bioimage/integrations/ome_arrow.py
src/iceberg_bioimage/models/__init__.py
src/iceberg_bioimage/models/scan_result.py
src/iceberg_bioimage/publishing/__init__.py
src/iceberg_bioimage/publishing/chunk_index.py
src/iceberg_bioimage/publishing/image_assets.py
src/iceberg_bioimage/validation/__init__.py
src/iceberg_bioimage/validation/contracts.py
tests/__init__.py
tests/conftest.py
tests/fakes.py
tests/test_adapters.py
tests/test_api.py
tests/test_catalog_integration.py
tests/test_chunk_index.py
tests/test_cli.py
tests/test_cytomining_integration.py
tests/test_duckdb.py
tests/test_iris_datasets.py
tests/test_ome_arrow_integration.py
tests/test_profile_namespace.py
tests/test_publishing.py
tests/test_registration.py
tests/test_registration_update.py
tests/test_s3_support.py
tests/test_validation.py
tests/test_virtual_datasets.py
tests/data/profiles_cosmicqc.parquet
tests/data/profiles_pycytominer.parquet