New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

omero-rois

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

omero-rois

OMERO Python utilities for handling regions of interest.

  • 0.3.0
  • PyPI
  • Socket score

Maintainers
1

.. image:: https://travis-ci.org/ome/omero-rois.svg?branch=master :target: https://travis-ci.org/ome/omero-rois

.. image:: https://badge.fury.io/py/omero-rois.svg :target: https://badge.fury.io/py/omero-rois

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

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.

2019-2020, The Open Microscopy Environment

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc