{ "info": { "author": "Marcus Boumans", "author_email": "myinfo_address@gmx.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator" ], "description": "===========\npyMdfParser\n===========\n\nThis package provides a parser for reading MDF files in Python\n\nThe source code for this package lives at: \n\n https://sourceforge.net/p/pymdfparser/code/\n\nPlease report any bugs or feature requests via the issue tracker there.\n\nInstallation\n============\n\nThis package is registered with the Python package index, so you can do::\n\n $ easy_install pyMdfParser\n\n... or download from https://sourceforge.net/projects/pymdfparser/files \ninstall in the usual way::\n\t\n\tWindows: use the Windows installer file pyMdfParser-x.y.z.win32.exe\n\tInstallation of the pyMdfParser-x.y.z.zip file via\n $ python setup.py install\n\nIf you want the bleeding edge, clone the source code repository::\n\n $ git clone ssh://bowie2@git.code.sf.net/p/pymdfparser/code pymdfparser-code\n\n\nUsage\n=====\n\nThe `mdf_parser` package contains the class MDFParser class with is the base for all\nmdf related operations. \n\nYou can use the MDFParser class to read mdf data as follows::\n\n import matplotlib.pyplot as plt\n from mdf_parser import MDFParser \n\tfrom mdf_blocks import CNBlock\n\t\n mdf=MDFParser('CANape.MDF')\n\tsignal_list=mdf.get_signallist()\n\t#get data for one signal \n\tsignal1=obj.get(signal_list[1])\n\t\n\t#get data for all signals\n\tsignals=obj.get(signal_list)\n\t\nFor a complete account of all of the functionality available from this package, \nsee the documentation.\n\nNotes\n=====\n\nNote that the `pyMdfParser` package supports only MDF 3 at the moment.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://sourceforge.net/projects/pymdfparser/files/", "keywords": "parser,reader,mdf,measurement", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "pyMdfParser", "package_url": "https://pypi.org/project/pyMdfParser/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyMdfParser/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://sourceforge.net/projects/pymdfparser/files/" }, "release_url": "https://pypi.org/project/pyMdfParser/0.0.7/", "requires_dist": null, "requires_python": null, "summary": "Parser for MDF files", "version": "0.0.7" }, "last_serial": 808587, "releases": { "0.0.1": [], "0.0.2": [], "0.0.3": [], "0.0.5": [], "0.0.6": [], "0.0.7": [] }, "urls": [] }