Metadata-Version: 1.1
Name: fits-viewer
Version: 0.4.dev1
Summary: A lightweight FITS file viewer
Home-page: http://www.jdhp.org/
Author: Jeremie DECOCK
Author-email: jd.jdhp@gmail.com
License: UNKNOWN
Download-URL: http://www.jdhp.org/
Description: ==============
        `FITS Viewer`_
        ==============
        
        Copyright (c) 2016 Jeremie DECOCK (http://www.jdhp.org)
        
        
        * Web site: http://www.jdhp.org/projects_en.html#fits-viewer
        * Online documentation: http://fits-viewer.readthedocs.org
        * Source code: https://github.com/jeremiedecock/fits-viewer
        * Issue tracker: https://github.com/jeremiedecock/fits-viewer/issues
        * FITS Viewer on PyPI: https://pypi.python.org/pypi/fits-viewer
        
        
        Description
        ===========
        
        This program can be used to show FITS files.
        
        Note:
        
            This project is in beta stage.
        
        
        Dependencies
        ============
        
        -  Python >= 3.0
        -  Astropy
        -  Numpy
        -  Matplotlib
        -  Pillow
        
        .. _install:
        
        Installation
        ============
        
        Gnu/Linux
        ---------
        
        You can install, upgrade, uninstall FITS Viewer with these commands (in a
        terminal)::
        
            pip install --pre fits-viewer
            pip install --upgrade fits-viewer
            pip uninstall fits-viewer
        
        Or, if you have downloaded the FITS Viewer source code::
        
            python3 setup.py install
        
        .. There's also a package for Debian/Ubuntu::
        .. 
        ..     sudo apt-get install fits-viewer
        
        Windows
        -------
        
        You can install, upgrade, uninstall FITS Viewer with these commands (in a
        `command prompt`_)::
        
            py -m pip install --pre fits-viewer
            py -m pip install --upgrade fits-viewer
            py -m pip uninstall fits-viewer
        
        Or, if you have downloaded the FITS Viewer source code::
        
            py setup.py install
        
        MacOSX
        -------
        
        You can install, upgrade, uninstall FITS Viewer with these commands (in a
        terminal)::
        
            pip install --pre fits-viewer
            pip install --upgrade fits-viewer
            pip uninstall fits-viewer
        
        Or, if you have downloaded the FITS Viewer source code::
        
            python3 setup.py install
        
        
        Documentation
        =============
        
        .. FITS Viewer documentation is available on the following page:
        .. 
        ..     http://fits-viewer.rtfd.org/
        
        - Online Documentation: http://fits-viewer.readthedocs.org
        - API Documentation: http://fits-viewer.readthedocs.org/en/latest/api.html
        
        
        Example usage
        =============
        
        ...
        
        License
        =======
        
        This project is provided under the terms and conditions of the
        `MIT License`_.
        
        .. _FITS Viewer: http://www.jdhp.org/projects_en.html#fits-viewer
        .. _MIT License: http://opensource.org/licenses/MIT
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Graphics :: Viewers
Classifier: Topic :: Multimedia :: Graphics :: Graphics Conversion
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries
