{ "info": { "author": "Devin Prescott", "author_email": "devincprescott@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License (GPL)", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# wvfreader\nYokogowa Oscilloscope WVF file reader with basic plotting function\n\n# Example Usage\n```\nimport wvfreader\n\n# Get Some Data\ndatafiles = wvfreader.datafile()\n\n# Get some info on the first file\ndatafiles[0].info()\n\n# Files and Traces can be accessed by name\nfiles = datafiles[['file1','file2']]\ntraces = datafiles['file1'].traces['trace1,trace2']\n\n# Plot the first and second trace, between time 0s and 5s\n[datafiles[0].traces[num].plot(t_ind=(0,5)) for num in [0,1]]\n\n# If Bokeh is installed, you can save plots to interactive HTML files\n# This will down sample your data if it has more than 15,000 points\ndatafiles[0].traces[0].plot(output='html')\n\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pypa/wvfreader", "keywords": "Yokogowa Oscilloscope WVF WDF", "license": "", "maintainer": "", "maintainer_email": "", "name": "wvfreader", "package_url": "https://pypi.org/project/wvfreader/", "platform": "", "project_url": "https://pypi.org/project/wvfreader/", "project_urls": { "Homepage": "https://github.com/pypa/wvfreader" }, "release_url": "https://pypi.org/project/wvfreader/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "A package for working with Yokogowa oscilloscope files (WDF, WVF).", "version": "0.1.2" }, "last_serial": 4150129, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "3db2a5f4bf7d27757a346c2b801a8202", "sha256": "22a3cde2279caf02404b42d8edb1475c7b13114c0e7709cb6c059bd022e569f9" }, "downloads": -1, "filename": "wvfreader-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "3db2a5f4bf7d27757a346c2b801a8202", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7574, "upload_time": "2018-08-08T18:27:56", "url": "https://files.pythonhosted.org/packages/33/45/aca2924aca85430779cd38566bbbb3d99ba276836c9bff4bea53661e4013/wvfreader-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e0d12a80160a8808a6de0895f1cf8654", "sha256": "b6b10d83ea91a42c61b268eb7db4a47cd97503df040d4a301b11f9943d84f89e" }, "downloads": -1, "filename": "wvfreader-0.1.2.tar.gz", "has_sig": false, "md5_digest": "e0d12a80160a8808a6de0895f1cf8654", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7266, "upload_time": "2018-08-08T18:27:57", "url": "https://files.pythonhosted.org/packages/ab/86/19c52b2a9b542b126487a43abbf74a6fbae1964511bd1c08619cb4dd2f8d/wvfreader-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3db2a5f4bf7d27757a346c2b801a8202", "sha256": "22a3cde2279caf02404b42d8edb1475c7b13114c0e7709cb6c059bd022e569f9" }, "downloads": -1, "filename": "wvfreader-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "3db2a5f4bf7d27757a346c2b801a8202", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7574, "upload_time": "2018-08-08T18:27:56", "url": "https://files.pythonhosted.org/packages/33/45/aca2924aca85430779cd38566bbbb3d99ba276836c9bff4bea53661e4013/wvfreader-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e0d12a80160a8808a6de0895f1cf8654", "sha256": "b6b10d83ea91a42c61b268eb7db4a47cd97503df040d4a301b11f9943d84f89e" }, "downloads": -1, "filename": "wvfreader-0.1.2.tar.gz", "has_sig": false, "md5_digest": "e0d12a80160a8808a6de0895f1cf8654", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7266, "upload_time": "2018-08-08T18:27:57", "url": "https://files.pythonhosted.org/packages/ab/86/19c52b2a9b542b126487a43abbf74a6fbae1964511bd1c08619cb4dd2f8d/wvfreader-0.1.2.tar.gz" } ] }