Gdspy’s Documentation¶
gdspy is a Python module that allows the creation of GDSII stream files.
Most features of the GDSII format are implemented, including support for polygons with any number of vertices.
GDSII format references:
- http://boolean.klaasholwerda.nl/interface/bnf/gdsformat.html
- http://www.artwork.com/gdsii/gdsii/
- http://www.buchanan1.net/stream_description.html
For installation instructions and other information, please check out the GitHub repository or the README file included with the source.
Table of Contents