Metadata-Version: 2.1
Name: openepda
Version: 0.1.5
Summary: Implementation of open standards for electronic-photonic design automation
Home-page: http://openepda.org
Author: Dzmitry Pustakhod
Author-email: d.pustakhod@tue.nl
License: UNKNOWN
Keywords: epda data science electronics photonics design automation standard
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Hardware
Description-Content-Type: text/x-rst
Requires-Dist: jsonschema
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: ruamel.yaml
Requires-Dist: pandas
Requires-Dist: more-itertools (>=8.2.0)
Requires-Dist: tatsu (>=4.4.0)

.. image:: https://gitlab.com/OpenEPDA/openepda/badges/master/pipeline.svg
   :target: https://gitlab.com/OpenEPDA/openepda/-/commits/master


.. image:: https://badge.fury.io/py/openepda.svg
    :target: https://badge.fury.io/py/openepda

openepda
========

About openEPDA
--------------

openEPDAâ„¢ is a collection of open standards to be used in electronic-photonic
design automation. These include definition of data interchange formats to
facilitate Foundry PDK distribution and easier simulation and measurement
data exchange between the parties involved in the PIC design chain.
Specification of the formats and the roadmap are available at
http://openepda.org/

openepda package includes python-definitions of these standards,
reader/writers for the files, and other useful tooling.

Installation
------------

From pypi
^^^^^^^^^

1. Install the package from pypi:

    `$ pip install openepda`


Documentation
-------------
Full documentation is available at http://openepda.org/.


Changelog
---------
*To be added*


Authors
-------
openEPDA is written and maintained by Dzmitry Pustakhod <d.pustakhod@tue.nl>.

Other contributors, listed alphabetically, are:

* Ronald Broeke
* Xaveer Leijtens

(If you think that your name belongs here, please let the maintainer know.)


License
-------
openEPDA is a trademark of TU/e and PITC. openEPDA is maintained by TU/e and
PITC. Authors and copyright for specific standards are provided on the
corresponding pages on http://openepda.org/.


