Metadata-Version: 1.1
Name: NAStools
Version: 0.2.1
Summary: Tools for working with ICARTT and NASA Ames data file formats
Home-page: https://github.com/asobrien/NAStools
Author: Anthony O'Brien
Author-email: anthony@bearonis.com
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:
        
                - `ICARTT 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)
