Metadata-Version: 1.1
Name: pdsview
Version: 0.2.0
Summary: PDS Image Viewer
Home-page: https://github.com/planetarypy/pdsview
Author: PlanetaryPy Developers
Author-email: contact@planetarypy.com
License: BSD
Description: ====================================
        pdsview - A Python PDS Image Viewer
        ====================================
        
        .. image:: https://img.shields.io/travis/planetarypy/pdsview.svg
                :target: https://travis-ci.org/planetarypy/pdsview
        
        .. image:: https://img.shields.io/pypi/v/pdsview.svg
                :target: https://pypi.python.org/pypi/pdsview
        
        **NOTE** This is Alpha quality software that is being actively developed, use
        at your own risk.
        
        * Free software: BSD license
        * Documentation: https://pdsview.readthedocs.org.
        
        Features
        --------
        
        * NASA PDS Image Viewer
        
        NOTE: This is alpha quality software.  It lacks many features and lacks support
        for many PDS image types.
        
        Install
        -------
        
        On OS X you must first install the Qt UI toolkit using Homebrew
        (http://brew.sh/).  After installing Homebrew, issue the following command::
        
            brew install qt
        
        Create a new virtual environment, install the `pdsview` module with pip,
        and setup the PySide environment::
        
            mkvirtualenv pdsview
            pip install pdsview
            pyside_postinstall.py -install
        
        Now you should be able to run the `pdsview` program.
        
        This works on Linux as well (Ubuntu 14.04).  Instructions coming soon.
        Installing the proper Qt dev package and running `pyside_postinstall.py`
        in a similar fashion should work.
        
        
        
        
        History
        -------
        
        0.2.0 (2015-07-28)
        ---------------------
        
        * Cleaned up with parts rewritten.
        * Takes files as command line arguments.
        * Handles mutiple images.
        
        0.1.0 (2015-06-06)
        ---------------------
        
        * First release on PyPI.
        
Keywords: pdsview
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
