make klamath the default gdsii reader/writer, and install it automatically

python-gdsii code is now under masque.file.python_gdsii
This commit is contained in:
jan 2021-03-26 10:33:00 -07:00
commit e2fdd5a347
5 changed files with 870 additions and 869 deletions

View file

@ -15,9 +15,8 @@ E-beam doses, and the ability to output to multiple formats.
Requirements:
* python >= 3.7 (written and tested with 3.8)
* numpy
* klamath (used for `gdsii` i/o and library management)
* matplotlib (optional, used for `visualization` functions and `text`)
* python-gdsii (optional, used for `gdsii` i/o)
* klamath (optional, used for `gdsii` i/o and library management)
* ezdxf (optional, used for `dxf` i/o)
* fatamorgana (optional, used for `oasis` i/o)
* svgwrite (optional, used for `svg` output)
@ -26,7 +25,7 @@ Requirements:
Install with pip:
```bash
pip3 install 'masque[visualization,gdsii,oasis,dxf,svg,text,klamath]'
pip3 install 'masque[visualization,oasis,dxf,svg,text]'
```
Alternatively, install from git