Metadata-Version: 1.1
Name: jcamp
Version: 1.0
Summary: JCAMP-DX file reader
Home-page: https://github.com/nzhagen/jcamp
Author: Nathan Hagen
Author-email: nhagen@optics.arizona.edu
License: UNKNOWN
Download-URL: https://github.com/nzhagen/jcamp
Description: A reader for JCAMP-DX format spectral data files.
        -----------------------------------------------------------
        
        "jcamp" reads in any JCAMP-DX format file and builds a dictionary containing the file
        header metadata. The spectrum itself is saved as a pair of Numpy arrays, accessed as
        keys "x" and "y" in the returned dictionary.
        
        This version requires Python 2.7 or later.
        
Keywords: jcamp,jcamp-dx,spectra
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
