omero-database-pages


Nameomero-database-pages JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/Cellular-Imaging-Amsterdam-UMC/omero-database-pages
SummaryA Python plugin for OMERO.web to display database pages
upload_time2024-10-30 12:12:00
maintainerNone
docs_urlNone
authorCellular Imaging Amsterdam UMC
requires_python>=3
licenseAGPL-3.0
keywords omero.web plugin database pages imports database workflows database
VCS
bugtrack_url
requirements No requirements were recorded.
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-database-pages",
    "name": "omero-database-pages",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": null,
    "keywords": "OMERO.web, plugin, database pages, imports database, workflows database",
    "author": "Cellular Imaging Amsterdam UMC",
    "author_email": "rrosas@amsterdamumc.nl",
    "download_url": "https://files.pythonhosted.org/packages/e9/07/fa780b9a19b05664ee2039b8647eb4721bbb009ba7539454dae12c4457a3/omero-database-pages-0.1.1.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 to display database pages",
    "version": "0.1.1",
    "project_urls": {
        "Download": "https://github.com/Cellular-Imaging-Amsterdam-UMC/omero-database-pages/archive/refs/heads/main.zip",
        "Homepage": "https://github.com/Cellular-Imaging-Amsterdam-UMC/omero-database-pages"
    },
    "split_keywords": [
        "omero.web",
        " plugin",
        " database pages",
        " imports database",
        " workflows database"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "78ab74674b52e6b7f85bbb86ad0dbdc9a9654a6507699faf4602dc408d513ade",
                "md5": "3cf73aa2abae5810e4dc37d43877a5bb",
                "sha256": "c6449162888e1f93cab1e804dfc0b25d1f328e78d14a4bea8e60f5a25a316a9b"
            },
            "downloads": -1,
            "filename": "omero_database_pages-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3cf73aa2abae5810e4dc37d43877a5bb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 20797,
            "upload_time": "2024-10-30T12:11:59",
            "upload_time_iso_8601": "2024-10-30T12:11:59.399423Z",
            "url": "https://files.pythonhosted.org/packages/78/ab/74674b52e6b7f85bbb86ad0dbdc9a9654a6507699faf4602dc408d513ade/omero_database_pages-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e907fa780b9a19b05664ee2039b8647eb4721bbb009ba7539454dae12c4457a3",
                "md5": "6d5efd60edbe31f39823296c69d38865",
                "sha256": "8789638d2a58b1cb832d53bff3fed4098030e905ae2382680aab3a515244586b"
            },
            "downloads": -1,
            "filename": "omero-database-pages-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6d5efd60edbe31f39823296c69d38865",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 19142,
            "upload_time": "2024-10-30T12:12:00",
            "upload_time_iso_8601": "2024-10-30T12:12:00.728498Z",
            "url": "https://files.pythonhosted.org/packages/e9/07/fa780b9a19b05664ee2039b8647eb4721bbb009ba7539454dae12c4457a3/omero-database-pages-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-30 12:12:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Cellular-Imaging-Amsterdam-UMC",
    "github_project": "omero-database-pages",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "omero-database-pages"
}
        
Elapsed time: 1.13243s