A Python library providing a KLayout API implementation for gdsfactory, enabling design automation workflows in photonics and semiconductor layout. Version 1.7.3 requires Python >=3.11, with regular releases.
pip install dowebNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: import doweb to activate KLayout backend, create a gdsfactory component, and export to GDS.
Check doweb's documentation for supported API methods; use pure KLayout if full compatibility needed.
Upgrade to Python 3.11 or higher.
Ensure only one KLayout API implementation is imported at a time.
Install KLayout: pip install klayout
Use import doweb and access as doweb.xxx, or only import directly if documented.