Skip to main content

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


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)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page