A Python plugin for OMERO.web
Project description
OMERO.weberror
OMERO.web app that helps testing errors, notification logic etc.
Requirements
- OMERO.web 5.6 or newer.
Installing from PyPI
This section assumes that an OMERO.web is already installed.
Install the app using pip:
$ pip install omero-weberror
Add weberror custom app to your installed web apps:
$ omero config append omero.web.apps '"omero_weberror"'
Now restart OMERO.web as normal.
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
OMERO.weberror is released under the AGPL.
Copyright
2016-2020, The Open Microscopy Environment
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for omero_weberror-0.4.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 548484aa1b3e726901951d73b05ed286ae60d4920d7290fa2c389d15213d7b22 |
|
MD5 | 7b6419526b87bfd076cf9ac3cc4c6a99 |
|
BLAKE2-256 | b37823ca84a76829ff98540992f49ad64f7130e841dafbfa740f32ba6b19801a |