Metadata-Version: 2.1
Name: idr-py
Version: 0.4.2
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.2.tar.gz
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
Requires-Dist: ipython
Requires-Dist: ipywidgets
Requires-Dist: omero-py (>=5.6.0)
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: requests
Requires-Dist: seaborn
Requires-Dist: scipy
Requires-Dist: zeroc-ice (<3.7,>3.6)

.. image:: https://github.com/IDR/idr-py/workflows/Tox/badge.svg
   :target: https://github.com/IDR/idr-py/actions

.. 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


