g85/g85
2023-07-13 14:10:49 -07:00
..
__init__.py Bump version to v0.5 2022-08-18 23:28:29 -07:00
LICENSE.md Move to hatch-based build 2022-08-18 23:28:06 -07:00
main.py handle attributes on <Data> and <SupplierData> 2023-07-13 14:02:43 -07:00
read.py don't convert ascii BinCode to int 2023-07-13 14:10:49 -07:00
README.md Move to hatch-based build 2022-08-18 23:28:06 -07:00
write.py correctly output xmlns attribute 2023-07-13 14:10:31 -07:00

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