g85/g85
2024-07-29 21:50:57 -07:00
..
__init__.py re-export using "import x as x" 2024-07-29 21:49:50 -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 use double quotes for docstring 2024-07-29 21:50:17 -07:00
README.md Move to hatch-based build 2022-08-18 23:28:06 -07:00
write.py flatten some indentation 2024-07-29 21:50:57 -07:00

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)

Install with pip:

pip3 install g85

Alternatively, install from git

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

Examples