Metadata-Version: 1.1
Name: omero-py
Version: 5.5.1
Summary: Python bindings to the OMERO.blitz server
Home-page: https://docs.openmicroscopy.org/latest/omero/developers
Author: The Open Microscopy Team
Author-email: ome-devel@lists.openmicroscopy.org.uk
License: UNKNOWN
Description: OMERO.py
        ========
        
        Introduction
        ------------
        
        OMERO.py provides Python bindings to the OMERO.blitz server
        as well as a pluggable command-line interface.
        
        Dependencies
        ------------
        
        Direct dependencies of OMERO.py are:
        
        - `ZeroC IcePy`_
        
        Installation
        ------------
        
        See: `OMERO`_ documentation
        
        Usage
        -----
        
        See: `OMERO`_ documentation
        
        Contributing
        ------------
        
        See: `OMERO`_ documentation
        
        Running tests
        -------------
        
        Unit tests are located under the `test` directory and can be run with pytest.
        
        Integration tests
        ^^^^^^^^^^^^^^^^^
        
        Integration tests are stored in the main repository (ome/openmicroscopy) and depend on the
        OMERO integration testing framework. Reading about `Running and writing tests`_ in the `OMERO`_ documentation
        is essential.
        
        License
        -------
        
        OMERO.py is released under the GPL v2.
        
        Copyright
        ---------
        
        2009-2019, The Open Microscopy Environment, Glencoe Software, Inc.
        
        .. _ZeroC IcePy: https://zeroc.com/
        .. _OMERO: https://www.openmicroscopy.org/omero
        .. _Running and writing tests: https://docs.openmicroscopy.org/latest/omero/developers/testing.html
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Software Development :: Libraries :: Python Modules
