python G85 format (XML wafer map) reader/writer
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Jan Petykiewicz b450fd10fe Add github mirror and bump python version 4 weeks ago
g85 add type hint 4 weeks ago
.flake8 initial commit 2 years ago
.gitignore Move to hatch-based build 2 years ago
LICENSE.md initial commit 2 years ago
README.md Add github mirror and bump python version 4 weeks ago
pyproject.toml bump min python version to 3.10 to support modern annotations 10 months ago

README.md

g85 README

g85 is a Python module for reading and writing to the G85 XML wafer map format.

Installation

Requirements:

  • python >= 3.10 (written and tested with 3.11)
  • numpy

Install with pip:

pip3 install g85

Alternatively, install from git

pip3 install git+https://mpxd.net/code/jan/g85.git@release

Examples