Metadata-Version: 1.1
Name: glueviz
Version: 0.9.1
Summary: Multidimensional data visualzation across files
Home-page: http://glueviz.org
Author: Chris Beaumont, Thomas Robitaille
Author-email: glueviz@gmail.com
License: UNKNOWN
Description: 
        [![Build Status](https://travis-ci.org/glue-viz/glue.svg)](https://travis-ci.org/glue-viz/glue?branch=master)
        [![Build status](https://ci.appveyor.com/api/projects/status/elhwol929gwg1unv/branch/master?svg=true)](https://ci.appveyor.com/project/astrofrog/glue/branch/master)
        [![Coverage Status](https://coveralls.io/repos/glue-viz/glue/badge.svg)](https://coveralls.io/r/glue-viz/glue)
        [![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.13866.svg)](http://dx.doi.org/10.5281/zenodo.13866)
        [![User mailing list](http://img.shields.io/badge/mailing%20list-users-green.svg?style=flat)](https://groups.google.com/forum/#!forum/glue-viz)
        [![Developer mailing list](http://img.shields.io/badge/mailing%20list-development-green.svg?style=flat)](https://groups.google.com/forum/#!forum/glue-viz-dev)
        
        
        
        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](doc/readme.gif)](http://vimeo.com/53378575)
        
        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)
        
        Mac users can also download the latest version of Glue as a [standalone
        program](http://mac.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)
        
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: Topic :: Scientific/Engineering :: Visualization
Classifier: License :: OSI Approved :: BSD License
