ViennaPS icon indicating copy to clipboard operation
ViennaPS copied to clipboard

integration with gdsfactory and other open source python based EDA tools

Open joamatab opened this issue 1 year ago • 2 comments

the project looks great, for an integration with gdsfactory as one of its plugins it would be great to:

  • [x] release a python installer to PyPi
  • [ ] add examples on how to use the library from python

I can help with the PyPi release

joamatab avatar Feb 16 '24 19:02 joamatab

Thank you for your feedback, I'm glad to hear that you think the project looks great. Integrating with GDSFactory as a plugin sounds like a great addition.

We'd appreciate any assistance you can provide with the PyPi release. Currently, the Python package is built using the pybind11 library. All dependency handling is managed with CMake and the setup.py file. I am not sure how this will translate into a PyPi release.

All process examples also provide an equivalent Python script. We could however provide more specific examples is necessary.

tobre1 avatar Feb 19 '24 10:02 tobre1

@joamatab We now have a ViennaPS PyPi package on test-pypi :tada:

https://test.pypi.org/project/ViennaPS-Python/#description

Curve avatar Jun 27 '24 08:06 Curve