Metadata-Version: 1.1
Name: omero-gallery
Version: 3.3.dev2
Summary: A Python plugin for OMERO.web
Home-page: https://github.com/ome/omero-gallery
Author: The Open Microscopy Team
Author-email: ome-devel@lists.openmicroscopy.org.uk
License: AGPL-3.0
Download-URL: https://github.com/ome/omero-gallery/archive/v3.3.dev2.tar.gz
Description: .. image:: https://travis-ci.org/ome/omero-gallery.svg?branch=master
            :target: https://travis-ci.org/ome/omero-gallery
        
        .. image:: https://badge.fury.io/py/omero-gallery.svg
            :target: https://badge.fury.io/py/omero-gallery
        
        OMERO.gallery
        =============
        
        This is an OMERO.web plugin (Django app) that provides a 'gallery' view of images in OMERO, ideal for public browsing without editing.
        
        Also see `SUPPORT.md <https://github.com/ome/omero-gallery/blob/master/SUPPORT.md>`_
        
        Requirements
        ============
        
        * OMERO 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 -U omero-gallery
        
        Add gallery custom app to your installed web apps:
        
        ::
        
            $ bin/omero config append omero.web.apps '"omero_gallery"'
        
        Now restart OMERO.web as normal.
        
        
        **Warning**:
        
        OMERO.gallery version 2.x or newer requires OMERO.web **5.2.6 or newer**.
        This is due to a Django Framework compatibility and to a required package reorganization in OMERO.gallery in version 2.0 so the application can be distributed from Python Package Index `PyPI <https://pypi.org>`_.
        
        
        
        OMERO.gallery overview
        ======================
        
        This application is designed to support browsing of images via the hierarchy of
        Group > Project > Dataset > Image.
        
        Public access can be enabled `as described here <https://docs.openmicroscopy.org/latest/omero/sysadmins/public.html>`_, otherwise
        users will see the standard web login screen.
        
        The home page will display all the available groups that the user can access, with a random
        thumbnail from each group. The number of Projects, Datasets and Images within each group
        will also be displayed.
        
        .. image:: https://ome.github.io/omero-gallery/images/gallery.png
        
        
        On browsing into a group, the Projects and 'orphaned' Datasets will be shown in a similar layout.
        
        .. image:: https://ome.github.io/omero-gallery/images/show_group.png
        
        Projects are shown with 5 thumbnails from each Dataset. Clicking 'All Images' will load all the remaining thumbnails
        from a chosen Dataset (or you can browse to the Dataset itself by clicking the Dataset name link).
        
        .. image:: https://ome.github.io/omero-gallery/images/show_project.png
        
        Clicking a thumbnail will take you directly to the full image viewer.
        
        .. image:: https://ome.github.io/omero-gallery/images/webgateway_viewer.png
        
        License
        -------
        
        OMERO.gallery 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 :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
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 :: Text Processing :: Markup :: HTML
