Metadata-Version: 1.0
Name: igor.py
Version: 0.9
Summary: Read Igor Pro files from python
Home-page: https://github.com/reflectometry/igor.py
Author: Paul Kienzle
Author-email: paul.kienzle@nist.gov
License: UNKNOWN
Description: Igor.py
        =======
        
        :Author: Paul Kienzle <paul.kienzle@nist.gov>
        :License: This program is public domain
        
        Read Igor Pro files from python.
        
        Install
        -------
        
        Using pip::
        
            $ pip install igor.py
        
        Using source, download and expand the source tree, change to the source
        directory and type::
        
            $ python setup.py install
        
        Change History
        --------------
        
        0.9  2011-10-14
        
        * access access to data object using f.name in addition to f['name'] and f[i]
        * allow a data object to be used directly as an array, e.g., numpy.sum(f.name)
        
        0.8  2011-04-27
        
        * initial release
        
        Maintenance
        -----------
        
        When a new version of the package is ready, increment __version__
        in igor.py and enter::
        
            $ python setup.py sdist upload
        
        This will place a new version on pypi.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
