Skip to content

Overview

ome-types is a set of autogenerated classes for a pythonic interface into the OME data model.

It converts the ome.xsd schema into a set of python types.

For a basic example on using the library to parse or write OME metadata, see usage. For details on the attributes of each type, see the API

The best place to start in the API is the ome_types.model.OME class. It is the root model object that ultimately contains all the data. Follow the links in the parameters to learn more about each sub-field.