omero-script-menu-widget


Nameomero-script-menu-widget JSON
Version 1.2.2 PyPI version JSON
download
home_pagehttps://github.com/Cellular-Imaging-Amsterdam-UMC/omero-script-menu-widget/tree/master
SummaryA Python plugin for OMERO.web
upload_time2024-11-18 12:49:51
maintainerNone
docs_urlNone
authorThe Open Microscopy Team
requires_python>=3
licenseAGPL-3.0
keywords omero.web plugin
VCS
bugtrack_url
requirements omego
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://github.com/ome/omero-webtest/workflows/OMERO/badge.svg
    :target: https://github.com/ome/omero-webtest/actions

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


OMERO.webtest
=============
OMERO.web app for various prototypes and examples.
This was removed from the main OMERO.web in the 5.0.6 release of OMERO.

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

::

    $ pip install omero-webtest

Add webtest custom app to your installed web apps:

::

    $ omero config append omero.web.apps '"omero_webtest"'

Optional: install example webclient plugins:

::

    $ omero config append omero.web.ui.right_plugins '["ROIs", "webtest/webclient_plugins/right_plugin.rois.js.html", "image_roi_tab"]'
    $ omero config append omero.web.ui.center_plugins '["Split View", "webtest/webclient_plugins/center_plugin.splitview.js.html", "split_view_panel"]'

Now restart OMERO.web as normal.


Examples
--------

Existing examples are available on the following URLs:

::

    https://HOST/webtest/examples/IMAGE_ID/embed_big_image.html
    https://HOST/webtest/examples/IMAGE_ID/embed_viewer.html

**Note**: IMAGE_ID can be obtained from public images.

New templates can be added to templates/webtest/examples. New template can benefit from dynamic variables: {{ host_name }} and {{ image_id }} passed through URL.

Included: Rendered template that can be saved locally for further testing as an absolute uri.

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
-------

OMERO.webtest is released under the AGPL.

Copyright
---------

2016-2020, The Open Microscopy Environment



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Cellular-Imaging-Amsterdam-UMC/omero-script-menu-widget/tree/master",
    "name": "omero-script-menu-widget",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": null,
    "keywords": "OMERO.web, plugin",
    "author": "The Open Microscopy Team",
    "author_email": "rrosas@amsterdamumc.nl",
    "download_url": "https://files.pythonhosted.org/packages/5b/4d/cb038fe737cede9644918d8ced1048e52bd00dc4f1b4bab8d86bf317eb72/omero-script-menu-widget-1.2.2.tar.gz",
    "platform": null,
    "description": ".. image:: https://github.com/ome/omero-webtest/workflows/OMERO/badge.svg\n    :target: https://github.com/ome/omero-webtest/actions\n\n.. image:: https://badge.fury.io/py/omero-webtest.svg\n    :target: https://badge.fury.io/py/omero-webtest\n\n\nOMERO.webtest\n=============\nOMERO.web app for various prototypes and examples.\nThis was removed from the main OMERO.web in the 5.0.6 release of OMERO.\n\nRequirements\n------------\n\n* OMERO.web 5.6 or newer.\n\nInstalling from PyPI\n--------------------\n\nThis section assumes that an OMERO.web is already installed.\n\nInstall the app using `pip <https://pip.pypa.io/en/stable/>`_:\n\n::\n\n    $ pip install omero-webtest\n\nAdd webtest custom app to your installed web apps:\n\n::\n\n    $ omero config append omero.web.apps '\"omero_webtest\"'\n\nOptional: install example webclient plugins:\n\n::\n\n    $ omero config append omero.web.ui.right_plugins '[\"ROIs\", \"webtest/webclient_plugins/right_plugin.rois.js.html\", \"image_roi_tab\"]'\n    $ omero config append omero.web.ui.center_plugins '[\"Split View\", \"webtest/webclient_plugins/center_plugin.splitview.js.html\", \"split_view_panel\"]'\n\nNow restart OMERO.web as normal.\n\n\nExamples\n--------\n\nExisting examples are available on the following URLs:\n\n::\n\n    https://HOST/webtest/examples/IMAGE_ID/embed_big_image.html\n    https://HOST/webtest/examples/IMAGE_ID/embed_viewer.html\n\n**Note**: IMAGE_ID can be obtained from public images.\n\nNew templates can be added to templates/webtest/examples. New template can benefit from dynamic variables: {{ host_name }} and {{ image_id }} passed through URL.\n\nIncluded: Rendered template that can be saved locally for further testing as an absolute uri.\n\nRelease process\n---------------\n\nThis repository uses `bump2version <https://pypi.org/project/bump2version/>`_ to manage version numbers.\nTo tag a release run::\n\n    $ bumpversion release\n\nThis will remove the ``.dev0`` suffix from the current version, commit, and tag the release.\n\nTo switch back to a development version run::\n\n    $ bumpversion --no-tag [major|minor|patch]\n\nspecifying ``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.\n\nRemember to ``git push`` all commits and tags.\n\nLicense\n-------\n\nOMERO.webtest is released under the AGPL.\n\nCopyright\n---------\n\n2016-2020, The Open Microscopy Environment\n\n\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0",
    "summary": "A Python plugin for OMERO.web",
    "version": "1.2.2",
    "project_urls": {
        "Download": "https://github.com/Cellular-Imaging-Amsterdam-UMC/omero-script-menu-widget/archive/refs/heads/master.zip",
        "Homepage": "https://github.com/Cellular-Imaging-Amsterdam-UMC/omero-script-menu-widget/tree/master"
    },
    "split_keywords": [
        "omero.web",
        " plugin"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f79625f3e59280e9cb4d40b3ef9032465656937334b12a05322794027860f8e",
                "md5": "034a3858882ae976a3964966b1dabd4d",
                "sha256": "67843cd44b68738392867775cfb45a6eb56d4b6674457d0302d5875b1058257f"
            },
            "downloads": -1,
            "filename": "omero_script_menu_widget-1.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "034a3858882ae976a3964966b1dabd4d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 33682,
            "upload_time": "2024-11-18T12:49:50",
            "upload_time_iso_8601": "2024-11-18T12:49:50.098849Z",
            "url": "https://files.pythonhosted.org/packages/0f/79/625f3e59280e9cb4d40b3ef9032465656937334b12a05322794027860f8e/omero_script_menu_widget-1.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b4dcb038fe737cede9644918d8ced1048e52bd00dc4f1b4bab8d86bf317eb72",
                "md5": "036dfabf9ed688433ad9aeba7922ccf5",
                "sha256": "ff783a0fd49e89639e0980041c56233f989887f6c0179fdf3ee387506eb37801"
            },
            "downloads": -1,
            "filename": "omero-script-menu-widget-1.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "036dfabf9ed688433ad9aeba7922ccf5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 31130,
            "upload_time": "2024-11-18T12:49:51",
            "upload_time_iso_8601": "2024-11-18T12:49:51.707270Z",
            "url": "https://files.pythonhosted.org/packages/5b/4d/cb038fe737cede9644918d8ced1048e52bd00dc4f1b4bab8d86bf317eb72/omero-script-menu-widget-1.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-18 12:49:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Cellular-Imaging-Amsterdam-UMC",
    "github_project": "omero-script-menu-widget",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "omego",
            "specs": []
        }
    ],
    "lcname": "omero-script-menu-widget"
}
        
Elapsed time: 1.93505s