initial commit
This commit is contained in:
commit
dc5538dd68
8 changed files with 5566 additions and 0 deletions
38
README.md
Normal file
38
README.md
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
# fatamorgana
|
||||
|
||||
**fatamorgana** is a Python package for reading and writing OASIS format layout files.
|
||||
|
||||
|
||||
**Capabilities:**
|
||||
* This package is a work-in-progress and is largely untested -- it works for
|
||||
the tasks I usually use it for, but I can't guarantee I've even
|
||||
tried the features you happen to use! Use at your own risk!
|
||||
* Interfaces and datastructures are subject to change!
|
||||
* That said the following work for me:
|
||||
- polygons
|
||||
- layer info
|
||||
- cell names
|
||||
- compressed blocks
|
||||
- basic property I/O
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
**Dependencies:**
|
||||
* python 3.5 or newer
|
||||
* (optional) numpy
|
||||
|
||||
|
||||
Install with pip from PyPi:
|
||||
```bash
|
||||
pip install fatamorgana
|
||||
```
|
||||
|
||||
Install directly from git repository:
|
||||
```bash
|
||||
pip install git+https://mpxd.net/gogs/jan/fatamorgana.git@release
|
||||
```
|
||||
|
||||
## Use
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue