Skip to main content

Python module to interact with Dewesoft DWDataReaderLib shared library

Project description

DWDataReader build status on Travis CI DWDataReader build status on Appveyor

DEWESoft produces hardware and software for test measurement, data aquisition, and storage. Data files are stored with the extension .d7d in a proprietary format. DEWESoft provides a free Windows application to work with the data and a free shared library for developers on Windows and Linux.

This is a Python module to interact with the DEWESoft DWDataReaderLib shared library available from https://download.dewesoft.com/list/developers.

Installation

The module is available on https://pypi.python.org/pypi/dwdatareader so all one needs to do is:

pip install dwdatareader

Example usage

Scripts like the following may be run from the command line or, more interactively, from Jupyter Notebook

You can work with a live Binder example here.

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())

Contribute

Bug reports and pull requests should be directed to the project home on Github

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.15.3.tar.gz (697.4 kB view details)

Uploaded Source

Built Distribution

dwdatareader-0.15.3-py3-none-any.whl (698.3 kB view details)

Uploaded Python 3

File details

Details for the file dwdatareader-0.15.3.tar.gz.

File metadata

  • Download URL: dwdatareader-0.15.3.tar.gz
  • Upload date:
  • Size: 697.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.1

File hashes

Hashes for dwdatareader-0.15.3.tar.gz
Algorithm Hash digest
SHA256 7e6007800d4b70674af496e2c2736699b15a9acccd9d3f310a5eee476c1bd3dc
MD5 78e967401515b9bc0ef41a8285190491
BLAKE2b-256 56a7f39b00441d0f266ba446fe81d02f348cc19c83509fe00c9b5eae143fae62

See more details on using hashes here.

File details

Details for the file dwdatareader-0.15.3-py3-none-any.whl.

File metadata

  • Download URL: dwdatareader-0.15.3-py3-none-any.whl
  • Upload date:
  • Size: 698.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.1

File hashes

Hashes for dwdatareader-0.15.3-py3-none-any.whl
Algorithm Hash digest
SHA256 3d8d924c7e9915ce18a25f02ae7a8863bfba841d02292dab9d8dea81030745f5
MD5 112df6ae1869a74fe571919024a253c1
BLAKE2b-256 54eb4f9c43fcf2c483c6395e07b50fb47f656bba4cb6bb3c6054a29cbe4d0f6e

See more details on using hashes here.

Supported by

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