2021-11-11 23:53:13 -08:00
|
|
|
# g85 README
|
|
|
|
|
|
|
|
`g85` is a Python module for reading and writing to the G85 XML wafer map format.
|
|
|
|
|
|
|
|
|
|
|
|
### Links
|
|
|
|
- [Source repository](https://mpxd.net/code/jan/g85)
|
|
|
|
- [PyPI](https://pypi.org/project/g85)
|
2024-03-30 18:17:40 -07:00
|
|
|
- [Github mirror](https://github.com/anewusername/g85)
|
2021-11-11 23:53:13 -08:00
|
|
|
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
Requirements:
|
2024-03-30 18:17:40 -07:00
|
|
|
* python >= 3.10 (written and tested with 3.11)
|
2021-11-11 23:53:13 -08:00
|
|
|
|
|
|
|
|
|
|
|
Install with pip:
|
|
|
|
```bash
|
|
|
|
pip3 install g85
|
|
|
|
```
|
|
|
|
|
|
|
|
Alternatively, install from git
|
|
|
|
```bash
|
|
|
|
pip3 install git+https://mpxd.net/code/jan/g85.git@release
|
|
|
|
```
|
|
|
|
|
|
|
|
## Examples
|