Metadata-Version: 1.2
Name: idr-py
Version: 0.4.0
Summary: Helper methods for accessing the Image Data Resource (IDR)
Home-page: https://github.com/IDR/idr-py
Author: The Open Microscopy Team
Author-email: ome-devel@lists.openmicroscopy.org.uk
License: GPL-2.0+
Download-URL: https://github.com/IDR/idr-py/archive/v0.4.0.tar.gz
Description: .. image:: https://travis-ci.org/IDR/idr-py.svg?branch=master
            :target: https://travis-ci.org/IDR/idr-py
        
        .. image:: https://badge.fury.io/py/idr-py.svg
            :target: https://badge.fury.io/py/idr-py
        
        IDR-PY
        ======
        
        Library with helper methods for accessing the Image Data Resource (IDR).
        
        Requirements
        ============
        
         * OMERO.py 5.6.x
         * Python 3.6+
        
        Installing with conda
        =====================
        
        This requires `Anaconda/Miniconda with Python 3.6 <https://conda.io/docs/user-guide/install/download.html>`_.
        
        ::
        
            conda env create -f environment.yml -n idr-omero
            conda activate idr-omero
        
        
        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 idr-py
        
        
        License
        -------
        
        This project, similar to many Open Microscopy Environment (OME) projects, is licensed under the terms of the GNU General Public License (GPL) v2 or later.
        
        Copyright
        ---------
        
        2017, The Open Microscopy Environment
        
Keywords: Python,plugin
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3
