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/README.md

30 lines
510 B
Markdown

3 years ago
# 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)
- [Github mirror](https://github.com/anewusername/g85)
3 years ago
## Installation
Requirements:
* python >= 3.10 (written and tested with 3.11)
3 years ago
* numpy
Install with pip:
```bash
pip3 install g85
```
Alternatively, install from git
```bash
pip3 install git+https://mpxd.net/code/jan/g85.git@release
```
## Examples