https://github.com/ome/omero-rois
OMERO python ROI utils
https://github.com/ome/omero-rois
omero python
Last synced: 9 months ago
JSON representation
OMERO python ROI utils
- Host: GitHub
- URL: https://github.com/ome/omero-rois
- Owner: ome
- License: gpl-2.0
- Created: 2019-03-26T14:49:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-23T19:55:48.000Z (12 months ago)
- Last Synced: 2025-08-06T16:47:26.574Z (10 months ago)
- Topics: omero, python
- Language: Python
- Homepage: https://omero-rois.readthedocs.io/
- Size: 85 KB
- Stars: 3
- Watchers: 8
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
.. image:: https://github.com/ome/omero-rois/workflows/OMERO/badge.svg
:target: https://github.com/ome/omero-rois/actions
.. image:: https://badge.fury.io/py/omero-rois.svg
:target: https://badge.fury.io/py/omero-rois
.. image:: https://readthedocs.org/projects/omero-rois/badge/?version=latest
:target: https://omero-rois.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
OMERO ROI utilities
===================
OMERO Python utilities for handling regions of interest (ROIs).
Requirements
============
* OMERO 5.6.0 or newer
Installing from PyPI
====================
This section assumes that an OMERO.py is already installed.
Install the command-line tool using `pip `_::
$ pip install -U omero-rois
Usage
=====
See https://omero-rois.readthedocs.io/en/stable/
Release process
===============
This repository uses `bump2version `_ to manage version numbers.
To tag a release run::
$ bumpversion release
This will remove the ``.dev0`` suffix from the current version, commit, and tag the release.
To switch back to a development version run::
$ bumpversion --no-tag [major|minor|patch]
specifying ``major``, ``minor`` or ``patch`` depending on whether the development branch will be a `major, minor or patch release `_. This will also add the ``.dev0`` suffix.
Remember to ``git push`` all commits and tags.
License
=======
This project, similar to many Open Microscopy Environment (OME) projects, is
licensed under the terms of the GNU General Public License (GPL) v2 or later.
Copyright
=========
2019-2020, The Open Microscopy Environment