Python module to interact with Dewesoft DWDataReaderLib shared library
Project description
Python module to interact with Dewesoft DWDataReaderLib shared library available from http://www.dewesoft.com/developers
Installation
pip install http://github.com/costerwi/dwdatareader/tarball/master
Example usage
import dwdatareader as dw
with dw.open('myfile.d7d') as f:
print(f.info)
ch1 = f['chname1'].series()
ch1.plot()
for ch in f.values():
print(ch.name, ch.series().mean())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dwdatareader-0.7.7.zip
(661.5 kB
view hashes)