initial commit
This commit is contained in:
commit
0552a0a75f
9 changed files with 1032 additions and 0 deletions
28
README.md
Normal file
28
README.md
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# 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)
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
Requirements:
|
||||
* python >= 3.7 (written and tested with 3.9)
|
||||
* 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue