Skip to main content

parse stdf files

Project description

parser_stdf

Install

pip install parser_stdf

How to use

from parser_stdf.core import Content, Stdf

def read_file(f='./testdata'):
    with open(f, 'rb') as f:
        d = f.read()
    return d

file_content = read_file()
file_name = 'testdata'

stdf = Stdf(file_content=file_content, file_name=file_name)
c = Content(stdf=stdf)

#c.wxy # for missing w,x,y extracted from eFuse readings

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

parser_stdf-0.0.7.tar.gz (20.8 kB view hashes)

Uploaded Source

Built Distribution

parser_stdf-0.0.7-py3-none-any.whl (18.9 kB view hashes)

Uploaded Python 3

Supported by

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