Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imcf/jython-ome-model
:coffee: :snake: :microscope: :bookmark: :bookmark_tabs: A mavenized package of the Open Microscopy Environment "ome-model" Python module to be used in ImageJ2.
https://github.com/imcf/jython-ome-model
imagej imagej2 jython metadata ome ome-metadata ome-model python
Last synced: 3 days ago
JSON representation
:coffee: :snake: :microscope: :bookmark: :bookmark_tabs: A mavenized package of the Open Microscopy Environment "ome-model" Python module to be used in ImageJ2.
- Host: GitHub
- URL: https://github.com/imcf/jython-ome-model
- Owner: imcf
- Created: 2021-05-18T12:30:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-20T12:34:26.000Z (over 3 years ago)
- Last Synced: 2024-03-26T21:50:22.669Z (8 months ago)
- Topics: imagej, imagej2, jython, metadata, ome, ome-metadata, ome-model, python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# `ome-model` for ImageJ / Jython :coffee: :snake: :microscope: :bookmark: :bookmark_tabs:
[![Travis CI](https://travis-ci.com/imcf/jython-ome-model.svg?branch=master)](https://travis-ci.com/imcf/jython-ome-model)
A mavenized package of the [Open Microscopy Environment][gh_ome]'s
[`ome-model`][gh_ome_model] Python module to be used in [ImageJ][imagej].## Example Usage
:construction: TODO! :construction:
```python
from ome_model.experimental import Plate, Image, create_companion```
## Packaging
The `pom.xml` is based on the [imagej-jython-package][gh_ij_jy] repository from
[Michael Entrup][gh_m-entrup] with adaptations to make it work with the original
structure of the upstream `ome-model` package.[gh_ome]: https://github.com/ome
[gh_ome_model]: https://github.com/ome/ome-model
[imagej]: https://imagej.net
[gh_m-entrup]: https://github.com/m-entrup
[gh_ij_jy]: https://github.com/m-entrup/imagej-jython-package