dwdatareader


Namedwdatareader JSON
Version 0.16.0 PyPI version JSON
download
home_pagehttps://github.com/costerwi/dwdatareader/
SummaryPython module to interact with Dewesoft DWDataReaderLib shared library
upload_time2025-02-10 01:11:52
maintainerNone
docs_urlNone
authorCarl Osterwisch
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements pandas matplotlib numpy pytest
Travis-CI
coveralls test coverage No coveralls.
            dwdatareader
============

.. image:: https://travis-ci.com/costerwi/dwdatareader.svg?branch=master
   :alt: DWDataReader build status on Travis CI
   :target: https://travis-ci.com/costerwi/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 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 <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.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 <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/ec/df/e1f0c9fbaa2ac12977887a2cd80d6e784c3d7630e4f349f3cb149b5fb360/dwdatareader-0.16.0.tar.gz",
    "platform": null,
    "description": "dwdatareader\n============\n\n.. image:: https://travis-ci.com/costerwi/dwdatareader.svg?branch=master\n   :alt: DWDataReader build status on Travis CI\n   :target: https://travis-ci.com/costerwi/dwdatareader\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 in a proprietary\nformat. DEWESoft provides a free Windows application to work with the data\nand a free shared library for developers on Windows and Linux.\n\nThis is a Python module to interact with the DEWESoft DWDataReaderLib shared library\navailable from https://download.dewesoft.com/list/developers.\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.open('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": "0.16.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": "c58c0d123b26208dbc986f5ab043906f99224ad7525717bb7dd1eb0cca48871a",
                "md5": "52b27e8f7642db4b2791cb313438550c",
                "sha256": "cca1520db15b45dd625b359cbdae2c1100574aa696cf1b0635da18baee98eb9a"
            },
            "downloads": -1,
            "filename": "dwdatareader-0.16.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "52b27e8f7642db4b2791cb313438550c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 741006,
            "upload_time": "2025-02-10T01:11:50",
            "upload_time_iso_8601": "2025-02-10T01:11:50.042182Z",
            "url": "https://files.pythonhosted.org/packages/c5/8c/0d123b26208dbc986f5ab043906f99224ad7525717bb7dd1eb0cca48871a/dwdatareader-0.16.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ecdfe1f0c9fbaa2ac12977887a2cd80d6e784c3d7630e4f349f3cb149b5fb360",
                "md5": "eed4ec34c9f62253ca3b8f4264b0294c",
                "sha256": "1e2ccb50c7a0b848bf97865a9b3b36b3b323c62c970e80710ae9a80d8d0fac9c"
            },
            "downloads": -1,
            "filename": "dwdatareader-0.16.0.tar.gz",
            "has_sig": false,
            "md5_digest": "eed4ec34c9f62253ca3b8f4264b0294c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 739713,
            "upload_time": "2025-02-10T01:11:52",
            "upload_time_iso_8601": "2025-02-10T01:11:52.311592Z",
            "url": "https://files.pythonhosted.org/packages/ec/df/e1f0c9fbaa2ac12977887a2cd80d6e784c3d7630e4f349f3cb149b5fb360/dwdatareader-0.16.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-10 01:11:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "costerwi",
    "github_project": "dwdatareader",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "appveyor": true,
    "requirements": [
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.16.0"
                ],
                [
                    "<",
                    "2.0"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "dwdatareader"
}
        
Elapsed time: 1.34083s