Metadata-Version: 1.1
Name: xvistaprof
Version: 1.0
Summary: Astropy reader for XVISTA profile tables
Home-page: https://github.com/jonathansick/xvistaprof/
Author: Jonathan Sick
Author-email: jonathansick@mac.com
License: BSD
Description: xvistaprof
        ==========
        
        Astropy reader for XVISTA galaxy profile tables.
        
        To use::
        
           import xvistaprof
           from astropy.table import Table
           tbl = Table.read(filename, format='xvistaprof')
        
        BSD Licensed. Copyright 2014 Jonathan Sick, @jonathansick
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
