ome / ome-model

OME model (specification, code generator, implementation)
Other
14 stars 26 forks source link

Migrate ome_model Python package to its own repository #194

Open sbesson opened 4 days ago

sbesson commented 4 days ago

The code under https://github.com/ome/ome-model/tree/v6.3.6/ome_model has had little maintenance/development over the last 4 years. Functionally, its content is also very different from the rest of this code base which contains:

1- the source XSD files for the OME data model 2- sample XML files for the different schema versions 3- the code-generated Java implementation of the OME model objects

Following the extraction to a separate repository, a decision should likely be made with regard to maintaining it vs archiving it in favor of other community Python projects like https://pypi.org/project/ome-types/.

Originally posted by @sbesson in https://github.com/ome/ome-model/pull/193#pullrequestreview-2457871918