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.
g85/g85
jan feeaef6aa4 bump version to v0.6 10 months ago
..
LICENSE.md Move to hatch-based build 2 years ago
README.md Move to hatch-based build 2 years ago
__init__.py bump version to v0.6 10 months ago
main.py handle attributes on <Data> and <SupplierData> 10 months ago
read.py don't convert ascii BinCode to int 10 months ago
write.py correctly output xmlns attribute 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.7 (written and tested with 3.9)
  • numpy

Install with pip:

pip3 install g85

Alternatively, install from git

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

Examples