Metadata-Version: 1.2
Name: pydl
Version: 0.7.0
Summary: Astropy affiliated package
Home-page: http://github.com/weaverba137/pydl
Author: Benjamin Alan Weaver
Author-email: baweaver@lbl.gov
License: BSD
Description: ====
        PyDL
        ====
        
        .. image:: http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat
            :target: http://www.astropy.org
            :alt: Powered by Astropy Badge
        
        .. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1095151.svg
            :target: https://doi.org/10.5281/zenodo.1095151
            :alt: DOI: 10.5281/zenodo.1095151
        
        .. image:: https://img.shields.io/pypi/v/pydl.svg
            :target: https://pypi.python.org/pypi/pydl
            :alt: PyPI Badge
        
        Description
        -----------
        
        This package consists of Python_ replacements for functions that are part of
        the `IDL®`_ built-in library or part of astronomical `IDL®`_ libraries.
        The emphasis is on reproducing results of the astronomical library functions.
        Only the bare minimum of `IDL®`_ built-in functions are implemented to support this.
        
        There are four astronomical libraries targeted:
        
        * idlutils_ : a general suite of tools heavily used by SDSS_.
        * `Goddard utilities`_ : The `IDL®`_ Astronomy User's Libary, maintained by Wayne Landsman and distributed with idlutils_.
        * idlspec2d_ : tools for working with SDSS_, BOSS_ and eBOSS_ spectroscopic data.
        * photoop_ : tools for working with SDSS_ imaging data.
        
        This package affiliated with the astropy_ project and is registered with PyPI_.
        
        Full Documentation
        ------------------
        
        Please visit `PyDL on Read the Docs`_
        
        .. image:: https://readthedocs.org/projects/pydl/badge/?version=latest
            :target: http://pydl.readthedocs.org/en/latest/
            :alt: Documentation Status
        
        
        History
        -------
        
        This package was initially developed on the SDSS-III_ `svn repository`_.  It was
        moved to the new GitHub_ repository on 2013-03-06.  The present location of
        the repository is http://github.com/weaverba137/pydl .
        
        
        Travis Build Status
        -------------------
        
        .. image:: https://img.shields.io/travis/weaverba137/pydl.svg
            :target: https://travis-ci.org/weaverba137/pydl
            :alt: Travis Build Status
        
        
        Test Coverage Status
        --------------------
        
        .. image:: https://coveralls.io/repos/weaverba137/pydl/badge.svg?branch=master&service=github
            :target: https://coveralls.io/github/weaverba137/pydl?branch=master
            :alt: Test Coverage Status
        
        
        License
        -------
        .. image:: https://img.shields.io/pypi/l/pydl.svg
            :target: https://pypi.python.org/pypi/pydl
            :alt: License
        
        PyDL is free software licensed under a 3-clause BSD-style license. For details see
        the ``licenses/LICENSE.rst`` file.
        
        
        Legal
        -----
        
        * IDL is a registered trademark of `Harris Geospatial Solutions`_.
        
        .. _Python: http://python.org
        .. _`IDL®`: http://www.harrisgeospatial.com/SoftwareTechnology/IDL.aspx
        .. _idlutils: https://www.sdss.org/dr14/software/idlutils/
        .. _SDSS: https://www.sdss.org
        .. _`Goddard utilities`: http://idlastro.gsfc.nasa.gov/
        .. _idlspec2d: https://svn.sdss.org/public/repo/eboss/idlspec2d/trunk/
        .. _BOSS: https://www.sdss.org/surveys/boss/
        .. _eBOSS: https://www.sdss.org/surveys/eboss/
        .. _photoop: https://svn.sdss.org/public/repo/sdss/photoop/trunk/
        .. _astropy: http://www.astropy.org
        .. _PyPI: https://pypi.python.org/pypi/pydl/
        .. _`PyDL on Read the Docs`: https://pydl.readthedocs.io/en/latest/
        .. _SDSS-III: http://www.sdss3.org
        .. _`svn repository`: https://www.sdss.org/dr14/software/products/
        .. _GitHub: https://github.com
        .. _`Harris Geospatial Solutions`: http://www.harrisgeospatial.com/
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires-Python: >=2.7
