Metadata-Version: 1.1
Name: pyTDMS
Version: 0.0.3
Summary: Module for reading National Instruments TDMS files.
Home-page: https://github.com/petebachant/pyTDMS.git
Author: Floris van Vugt
Author-email: F.T.vanVugt@gmail.com
License: GPL v2
Description: pyTDMS
        ======
        
        A fork of the pyTDMS module for reading National Instruments TDMS files with Python,
        originally written by Floris van Vugt.
        
        Installation
        ------------
        
        Run `pip install pytdms`, or execute `python setup.py install` inside this directory.
        
        Usage
        -----
        
        ```python
        import pytdms
        
        objects, rawdata = pytdms.read(filename)
        ```
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
