Metadata-Version: 1.1
Name: omero-webtest
Version: 0.4.dev1
Summary: A Python plugin for OMERO.web
Home-page: https://github.com/ome/omero-webtest
Author: The Open Microscopy Team
Author-email: ome-devel@lists.openmicroscopy.org.uk
License: AGPL-3.0
Download-URL: https://github.com/ome/omero-webtest/archive/v0.4.dev1.tar.gz
Description: .. image:: https://travis-ci.org/ome/omero-webtest.svg?branch=master
            :target: https://travis-ci.org/ome/omero-webtest
        
        .. 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.2.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:
        
        ::
        
            $ bin/omero config append omero.web.apps '"omero_webtest"'
        
        Optional: install example webclient plugins:
        
        ::
        
            $ bin/omero config append omero.web.ui.right_plugins '["ROIs", "webtest/webclient_plugins/right_plugin.rois.js.html", "image_roi_tab"]'
            $ bin/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.
        
        **Warning**:
        
        OMERO.webtest version 0.2.x requires OMERO.web **5.2.6 or newer**.
        This is due to Django Framework compatibility and to a required package reorganization in OMERO.webtest in version 0.2.0 so the application can be distributed from Python Package Index `PyPI <https://pypi.org>`_.
        
        
        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.
        
        License
        -------
        
        OMERO.webtest is released under the AGPL.
        
        Copyright
        ---------
        
        2016-2017, The Open Microscopy Environment
        
Keywords: OMERO.web,plugin
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Text Processing :: Markup :: HTML
