.gitattributes
.gitignore
LICENSE
README.md
mkdocs.yml
pixi.lock
pyproject.toml
.github/workflows/docs.yml
.github/workflows/python-publish.yml
.github/workflows/test.yml
docs/contributing.md
docs/getting-started.md
docs/import-lifecycle.md
docs/index.md
docs/pixel-identity.md
docs/requirements.txt
docs/versioning.md
docs/workflow-descriptors.md
docs/zarr-contracts.md
docs/api/imports.md
docs/api/workflow.md
docs/api/zarr.md
docs/contracts/index.md
src/biomero_schema/__init__.py
src/biomero_schema/cli.py
src/biomero_schema/imports.py
src/biomero_schema/models.py
src/biomero_schema/zarr.py
src/biomero_schema.egg-info/PKG-INFO
src/biomero_schema.egg-info/SOURCES.txt
src/biomero_schema.egg-info/dependency_links.txt
src/biomero_schema.egg-info/entry_points.txt
src/biomero_schema.egg-info/requires.txt
src/biomero_schema.egg-info/top_level.txt
tests/W_NucleiSegmentation-ImageJ.descriptor.json
tests/example_workflow.json
tests/test_computed_fields.py
tests/test_imports.py
tests/test_zarr.py