All Projects → cmars → Pystdf

cmars / Pystdf

Licence: gpl-2.0
Python module for working with STDF files

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pystdf

Atoum
The modern, simple and intuitive PHP unit testing framework.
Stars: ✭ 1,382 (+1767.57%)
Mutual labels:  hacktoberfest, test
Rebar3
Erlang build tool that makes it easy to compile and test Erlang applications and releases.
Stars: ✭ 1,295 (+1650%)
Mutual labels:  hacktoberfest, test
Kotlinfixture
Fixtures for Kotlin providing generated values for unit testing
Stars: ✭ 94 (+27.03%)
Mutual labels:  hacktoberfest, test
Alsatian
TypeScript testing framework with test cases
Stars: ✭ 244 (+229.73%)
Mutual labels:  hacktoberfest, test
Unity Actions
Github actions for testing and building Unity projects
Stars: ✭ 358 (+383.78%)
Mutual labels:  hacktoberfest, test
Cli Prompts Test
Write e2e tests for CLI apps with ease
Stars: ✭ 17 (-77.03%)
Mutual labels:  hacktoberfest, test
Faker
Faker is a pure Elixir library for generating fake data.
Stars: ✭ 673 (+809.46%)
Mutual labels:  hacktoberfest, test
Elmyr
A utility to make Kotlin/Java tests random yet reproducible
Stars: ✭ 68 (-8.11%)
Mutual labels:  hacktoberfest, test
Flatdict
Python module for interacting with nested dicts as a single level dict with delimited keys.
Stars: ✭ 73 (-1.35%)
Mutual labels:  hacktoberfest
Captain Fact Frontend
🔎 CaptainFact - Frontend. The one you see on https://captainfact.io
Stars: ✭ 74 (+0%)
Mutual labels:  hacktoberfest
Puppet Gitlab
Puppet module to manage Gitlab (Omnibus)
Stars: ✭ 73 (-1.35%)
Mutual labels:  hacktoberfest
Ssh known hosts
Development repository for Chef Cookbook ssh_known_hosts
Stars: ✭ 73 (-1.35%)
Mutual labels:  hacktoberfest
Openjdk Tests
Home of test infrastructure for AdoptOpenJDK builds
Stars: ✭ 73 (-1.35%)
Mutual labels:  hacktoberfest
Choco Wiki
The content from this repository has been moved to https://github.com/chocolatey/docs. If you have found an issue, or want to submit a fix, then please open an issue, or a PR, on that repository.
Stars: ✭ 73 (-1.35%)
Mutual labels:  hacktoberfest
Reflectiondocblock
No description or website provided.
Stars: ✭ 8,910 (+11940.54%)
Mutual labels:  hacktoberfest
Gr Nrsc5
A GNU Radio implementation of HD Radio (NRSC-5)
Stars: ✭ 73 (-1.35%)
Mutual labels:  hacktoberfest
Hacktoberfest Swag List
Multiple companies give out swag for Hacktoberfest, and this repo tries to list them all.
Stars: ✭ 1,184 (+1500%)
Mutual labels:  hacktoberfest
Warriorjs
🏰 An exciting game of programming and Artificial Intelligence
Stars: ✭ 8,673 (+11620.27%)
Mutual labels:  test
Navi
An interactive cheatsheet tool for the command-line
Stars: ✭ 10,055 (+13487.84%)
Mutual labels:  hacktoberfest
Mockingcase
node package that converts a string to mOcKiNgCaSe
Stars: ✭ 74 (+0%)
Mutual labels:  hacktoberfest

=================================== |PySTDF - The Pythonic STDF parser|

Developed by Casey Marshall [email protected]

PySTDF is a parser for Standard Test Data Format (STDF) version 4 data files. I wrote PySTDF to get familiar with functional programming idioms and metaclasses in Python. As such, it uses some of the more powerful and expressive features of the Python language.

PySTDF is an event-based parser. As an STDF file is parsed, you recieve record "events" in callback functions

Refer to the provided command line scripts for ideas on how to use PySTDF:

stdf2text, convert STDF to '|' delimited text format. stdf2excel, convert STDF to MS Excel. stdf_slice, an example of how to seek to a specific record offset in the STDF.

I have also included a very basic STDF viewer GUI, StdfExplorer. I have plans to improve upon it further in Q4 2006 - Q5 2007.

========= |INSTALL|

Use the standard distutils setup.py.

On Windows: "python setup.py install" On Unix: "sudo python setup.py install"

====== |BUGS|

PySTDF has no known bugs. However, it is my experience that every ATE vendor has its quirks and "special interpretation" of the STDFv4 specification.

If you find a bug in PySTDF, please send me the STDF file that demonstrates it. This will help me improve the library.

========= |LICENSE|

PySTDF is released under the terms and conditions of the GPL version 2 license. You may freely use PySTDF, but you may not distribute it in closed-source proprietary applications. Please contact me if you are interested in purchasing an alternative license agreement to develop commercial software with PySTDF.

If you need some STDF consulting/development work, I might be able to help you. I have over 5 years experience with STDF and semiconductor data analysis systems.

If you're in the Austin area and just want to get some lunch, that is cool too :)

======== |THANKS|

Thanks for your interest in PySTDF. You're the reason I open-sourced it.

Cheers, Casey

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].