dwdatareader
============
.. image:: https://ci.appveyor.com/api/projects/status/a2qssrmuepbx224i/branch/master?svg=true
:alt: DWDataReader build status on Appveyor
:target: https://ci.appveyor.com/project/costerwi/dwdatareader/branch/master
DEWESoft produces hardware and software for test measurement, data aquisition,
and storage. Data files are stored with the extension .d7d or .dxd in a proprietary
format. DEWESoft provides a free Windows application (DewesoftX) to work with the data
and a free shared library for developers.
This is a Python module to interact with the DEWESoft DWDataReaderLib shared library, which can be downloaded from https://dewesoft.com/download/developer-downloads.
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 <http://jupyter.org>`_
You can work with a `live Binder example here <https://mybinder.org/v2/gh/costerwi/dwdatareader/master?labpath=dwdatareader_example.ipynb>`_.
.. code:: python
import dwdatareader as dw
with dw.DWFile('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 <http://github.com/costerwi/dwdatareader>`_
Raw data
{
"_id": null,
"home_page": "https://github.com/costerwi/dwdatareader/",
"name": "dwdatareader",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Carl Osterwisch",
"author_email": "costerwi@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/99/b9/9877cb75288c2a656a17414324b0c0946e3b1522b810eebf8a77fe9c65ac/dwdatareader-1.1.0.tar.gz",
"platform": null,
"description": "dwdatareader\n============\n\n.. image:: https://ci.appveyor.com/api/projects/status/a2qssrmuepbx224i/branch/master?svg=true\n :alt: DWDataReader build status on Appveyor\n :target: https://ci.appveyor.com/project/costerwi/dwdatareader/branch/master\n\nDEWESoft produces hardware and software for test measurement, data aquisition, \nand storage. Data files are stored with the extension .d7d or .dxd in a proprietary\nformat. DEWESoft provides a free Windows application (DewesoftX) to work with the data\nand a free shared library for developers.\n\nThis is a Python module to interact with the DEWESoft DWDataReaderLib shared library, which can be downloaded from https://dewesoft.com/download/developer-downloads.\n\nInstallation\n------------\n\nThe module is available on https://pypi.python.org/pypi/dwdatareader so all\none needs to do is:\n\n::\n\n pip install dwdatareader\n\nExample usage\n-------------\n\nScripts like the following may be run from the command line or, more\ninteractively, from `Jupyter Notebook <http://jupyter.org>`_\n\nYou can work with a `live Binder example here <https://mybinder.org/v2/gh/costerwi/dwdatareader/master?labpath=dwdatareader_example.ipynb>`_.\n\n.. code:: python\n\n import dwdatareader as dw\n with dw.DWFile('myfile.d7d') as f:\n print(f.info)\n ch1 = f['chname1'].series()\n ch1.plot()\n for ch in f.values():\n print(ch.name, ch.series().mean())\n\n\nContribute\n----------\n\nBug reports and pull requests should be directed to the project home on\n`Github <http://github.com/costerwi/dwdatareader>`_\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Python module to interact with Dewesoft DWDataReaderLib shared library",
"version": "1.1.0",
"project_urls": {
"Download": "https://github.com/costerwi/dwdatareader/tarball/master",
"Homepage": "https://github.com/costerwi/dwdatareader/"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "02a738b5ebcfb566e72e2a030e6e690544b3725ad3678ff18497909b272db425",
"md5": "df3d150f05d7da151e3731a815acf62a",
"sha256": "d2bacba8351cd1c3ddfd13acf7de3ab4ea2d5cab953c3f5b125810eb188afaa7"
},
"downloads": -1,
"filename": "dwdatareader-1.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "df3d150f05d7da151e3731a815acf62a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 1001028,
"upload_time": "2025-10-14T00:21:07",
"upload_time_iso_8601": "2025-10-14T00:21:07.383377Z",
"url": "https://files.pythonhosted.org/packages/02/a7/38b5ebcfb566e72e2a030e6e690544b3725ad3678ff18497909b272db425/dwdatareader-1.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "99b99877cb75288c2a656a17414324b0c0946e3b1522b810eebf8a77fe9c65ac",
"md5": "6c82a43474ef466e9d33f3282faa41f5",
"sha256": "fcb08ff2a6a02d0a327745a8f76fdaf3d3315f118b56b03d4a5409349bae66db"
},
"downloads": -1,
"filename": "dwdatareader-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "6c82a43474ef466e9d33f3282faa41f5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 996876,
"upload_time": "2025-10-14T00:21:08",
"upload_time_iso_8601": "2025-10-14T00:21:08.954111Z",
"url": "https://files.pythonhosted.org/packages/99/b9/9877cb75288c2a656a17414324b0c0946e3b1522b810eebf8a77fe9c65ac/dwdatareader-1.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-14 00:21:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "costerwi",
"github_project": "dwdatareader",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"appveyor": true,
"requirements": [
{
"name": "pandas",
"specs": []
},
{
"name": "numpy",
"specs": []
},
{
"name": "pytest",
"specs": []
}
],
"tox": true,
"lcname": "dwdatareader"
}