Metadata-Version: 1.1
Name: glueviz
Version: 0.3.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| |Coverage Status|
        
        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>`__
        
        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 `MIT
        License <https://github.com/glue-viz/glue/blob/master/LICENSE>`__
        
        .. |Build Status| image:: https://travis-ci.org/glue-viz/glue.png
           :target: https://travis-ci.org/glue-viz/glue?branch=master
        .. |Coverage Status| image:: https://coveralls.io/repos/glue-viz/glue/badge.png
           :target: https://coveralls.io/r/glue-viz/glue
        .. |Glue demo| image:: doc/readme.gif
           :target: http://vimeo.com/53378575
        
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: License :: OSI Approved :: BSD License
