Metadata-Version: 2.4
Name: sdypy_io_tdms
Version: 0.1.2
Summary: TDMS file read and write functions compliant with SDyPy SEP5
Author-email: Wout Weijtjens <wout.weijtjens@vub.be>
Maintainer-email: Wout Weijtjens <wout.weijtjens@vub.be>
License: MIT license
Keywords: io,tdms,SEP5
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: numpy>=1.11.0
Requires-Dist: nptdms>=1.3.0
Requires-Dist: sdypy-sep005>=0.1.0
Requires-Dist: pytz

SDyPy TDMS io
-----------------------

Basic package to import National Instruments `.tdms` files in a way compliant with
SDyPy format for timeseries as proposed in SEP005.

Using the package
------------------

    .. code-block:: python

        from sdypy_io_tdms import read_tdms

        file_path = # Path to the tdms file of interest
        signals = read_tdms(file_path)

Acknowledgements
----------------
This package was developed in the framework of the [Interreg Smart Circular Bridge project](https://vb.nweurope.eu/projects/project-search/smart-circular-bridge-scb-for-pedestrians-and-cyclists-in-a-circular-built-environment/)
