Core OME model library (EXPERIMENTAL)


Keywords
OME, Model, code-generation, data-model, image, ome-model, schema, specification
License
GPL-2.0+
Install
pip install ome-model==6.3.4

Documentation

OME Data Model

Build Status Build Status Maven Central Javadocs PyPI

OME data model specification, code generator and implementation.

Links

More information

For more information, see the OME Model documentation.

Pull request testing

We welcome pull requests from anyone, but ask that you please verify the following before submitting a pull request:

  • verify that the branch merges cleanly into master
  • verify that the branch compiles using Maven
  • verify that the branch does not use syntax or API specific to Java 1.8+
  • internal developers only: run the data tests against directories corresponding to the affected format(s)
  • make sure that your commits contain the correct authorship information and, if necessary, a signed-off-by line
  • make sure that the commit messages or pull request comment contains sufficient information for the reviewer(s) to understand what problem was fixed and how to test it