Metadata-Version: 1.1
Name: NAStools
Version: 0.1.2
Summary: Tools for working with ICARRT and NASA Ames data file formats
Home-page: https://github.com/asobrien/NAStools
Author: Anthony O'Brien
Author-email: anthonyo@princeton.edu
License: Public Domain
Description: 
              **nastools** is a Python package that provides a lean, simple interface to import 
              and work with NASA scientific file formats. 
              
              nastools works with:
              
                - `ICARRT Data Format <http://www-air.larc.nasa.gov/missions/etc/IcarttDataFormat.htm>`_
                - `NASA Ames Format for Data Exchange <http://badc.nerc.ac.uk/help/formats/NASA-Ames/>`_
        
                
              See the project `homepage <https://github.com/asobrien/NAStools>`_ for more information.
              
              Issues/bugs/feature requests/etc can be `reported here <https://github.com/asobrien/NAStools/issues>`_.
              
              
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Scientific/Engineering
Requires: numpy (>=1.6.1)
Requires: pandas (>=0.10.1)
