Metadata-Version: 2.4
Name: omero-rois
Version: 0.4.1
Summary: OMERO Python utilities for handling regions of interest.
Home-page: https://github.com/ome/omero-rois/
Download-URL: https://github.com/ome/omero-rois//v0.4.1.tar.gz
Author: The Open Microscopy Team
Author-email: ome-devel@lists.openmicroscopy.org.uk
License: GPL-2.0+
Keywords: OMERO.CLI,plugin
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: omero-py>=5.6.0
Requires-Dist: scikit-image
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

.. 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 <https://pip.pypa.io/en/stable/>`_::

    $ pip install -U omero-rois

Usage
=====

See https://omero-rois.readthedocs.io/en/stable/

Release process
===============

This repository uses `bump2version <https://pypi.org/project/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 <https://semver.org/>`_. 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
