Skip to content

JaneliaSciComp/pydantic-ome-ngff

Repository files navigation

pydantic-ome-ngff

about

Pydantic models for OME-NGFF metadata. Version 0.4 is supported. Read the documentation for the latest release here.

installation

pip install -U pydantic-ome-ngff

development

  1. clone this repo
  2. install hatch
  3. run pre-commit install to install pre-commit hooks
  4. edit the code
  5. run tests with hatch run:test run