import 0.2.1
This commit is contained in:
commit
5a4c7db6b4
35 changed files with 3888 additions and 0 deletions
25
PKG-INFO
Normal file
25
PKG-INFO
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
Metadata-Version: 1.1
|
||||
Name: python-gdsii
|
||||
Version: 0.2.1
|
||||
Summary: GDSII manipulation libaray
|
||||
Home-page: http://www.gitorious.org/python-gdsii
|
||||
Author: Eugeniy Meshcheryakov
|
||||
Author-email: eugen@debian.org
|
||||
License: LGPL-3+
|
||||
Description:
|
||||
python-gdsii is a library that can be used to read, create, modify and save
|
||||
GDSII files. It supports both low-level record I/O and high level interface to
|
||||
GDSII libraries (databases), structures, and elements.
|
||||
|
||||
This package also includes scripts that can be used to convert binary GDS file
|
||||
to a simple text format (gds2txt), YAML (gds2yaml), and from text fromat back
|
||||
to GDSII (txt2gds).
|
||||
|
||||
Platform: any
|
||||
Classifier: Development Status :: 3 - Alpha
|
||||
Classifier: Environment :: Console
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
|
||||
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
||||
Loading…
Add table
Add a link
Reference in a new issue