Metadata-Version: 2.1
Name: glue-core
Version: 0.14.0
Summary: Multidimensional data visualzation across files
Home-page: http://glueviz.org
Author: Chris Beaumont, Thomas Robitaille
Author-email: glueviz@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: License :: OSI Approved :: BSD License
Requires-Dist: numpy (>=1.9)
Requires-Dist: pandas (>=0.14)
Requires-Dist: astropy (>=2.0)
Requires-Dist: matplotlib (>=2.0)
Requires-Dist: qtpy (>=1.2)
Requires-Dist: setuptools (>=1.0)
Requires-Dist: ipython (>=4.0)
Requires-Dist: ipykernel
Requires-Dist: qtconsole
Requires-Dist: dill (>=0.2)
Requires-Dist: xlrd (>=1.0)
Requires-Dist: h5py (>=2.4)
Requires-Dist: bottleneck (>=1.2)
Requires-Dist: mpl-scatter-density (>=0.4)
Provides-Extra: all
Requires-Dist: scipy; extra == 'all'
Requires-Dist: scikit-image; extra == 'all'
Requires-Dist: plotly; extra == 'all'
Requires-Dist: PyAVM; extra == 'all'
Requires-Dist: astrodendro; extra == 'all'
Requires-Dist: spectral-cube; extra == 'all'
Provides-Extra: astronomy
Requires-Dist: PyAVM; extra == 'astronomy'
Requires-Dist: astrodendro; extra == 'astronomy'
Requires-Dist: spectral-cube; extra == 'astronomy'
Provides-Extra: recommended
Requires-Dist: scipy; extra == 'recommended'
Requires-Dist: scikit-image; extra == 'recommended'
Requires-Dist: plotly; extra == 'recommended'
Provides-Extra: test
Requires-Dist: pytest (<3.7,>=3.5); extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest-qt; extra == 'test'
Requires-Dist: pytest-faulthandler; extra == 'test'
Requires-Dist: objgraph; extra == 'test'
Requires-Dist: mock; extra == 'test'

|Travis Status| |AppVeyor status| |Coverage Status| |DOI| |User mailing
list| |Developer mailing list|

Glue
====

Glue is a python project to link visualizations of scientific datasets
across many files. Click on the image for a quick demo:

|Glue demo|

Features
--------

-  Interactive, linked statistical graphics of multiple files.
-  Support for many `file
   formats <http://www.glueviz.org/en/latest/faq.html#what-data-formats-does-glue-understand>`__
   including common image formats (jpg, tiff, png), ascii tables,
   astronomical image and table formats (fits, vot, ipac), and HDF5.
   Custom data loaders can also be `easily
   added <http://www.glueviz.org/en/latest/customization.html#custom-data-loaders>`__.
-  Highly `scriptable and
   extendable <http://www.glueviz.org/en/latest/coding_with_glue.html>`__.

Installation
------------

For installation documentation, visit
`glueviz.org <http://glueviz.org>`__

Support
-------

Please report problems to glueviz@gmail.com, or `open an
issue <https://github.com/glue-viz/glue/issues?state=open>`__.

License
-------

Glue is licensed under the `BSD
License <https://github.com/glue-viz/glue/blob/master/LICENSE>`__

.. |Travis Status| image:: https://travis-ci.org/glue-viz/glue.svg?branch=master
   :target: https://travis-ci.org/glue-viz/glue
.. |AppVeyor status| image:: https://img.shields.io/appveyor/ci/glue-viz/glue/master.svg
   :target: https://ci.appveyor.com/project/glue-viz/glue/branch/master
.. |Coverage Status| image:: https://codecov.io/gh/glue-viz/glue/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/glue-viz/glue
.. |DOI| image:: https://zenodo.org/badge/doi/10.5281/zenodo.13866.svg
   :target: http://dx.doi.org/10.5281/zenodo.13866
.. |User mailing list| image:: http://img.shields.io/badge/mailing%20list-users-green.svg?style=flat
   :target: https://groups.google.com/forum/#!forum/glue-viz
.. |Developer mailing list| image:: http://img.shields.io/badge/mailing%20list-development-green.svg?style=flat
   :target: https://groups.google.com/forum/#!forum/glue-viz-dev
.. |Glue demo| image:: https://raw.githubusercontent.com/glue-viz/glue/master/doc/readme.gif
   :target: http://vimeo.com/53378575


