{"id":27009,"library":"gdsfactoryplus","title":"GDSFactory+","description":"GDSFactory+ extends the open-source GDSFactory with proprietary tools for foundry PDKs, simulations, and verification (DRC/LVS). Current version is 1.8.5, requiring Python ~3.12.0. Release cadence is monthly.","status":"active","version":"1.8.5","language":"python","source_language":"en","source_url":"https://github.com/gdsfactory/gdsfactoryplus","tags":["photonics","PDK","DRC","LVS","simulation","GDS"],"install":[{"cmd":"pip install gdsfactoryplus","lang":"bash","label":"Install from PyPI"}],"dependencies":[{"reason":"GDSFactory+ is an add-on; base gdsfactory must be installed separately.","package":"gdsfactory","optional":false}],"imports":[{"wrong":"from gdsfactoryplus import GDSFactoryPlus","symbol":"CLIENT_TOKEN","correct":"from gdsfactoryplus import CLIENT_TOKEN"}],"quickstart":{"code":"import os\nfrom gdsfactoryplus import GDSFactoryPlus\n\n# Use environment variable for license key if required\ngf = GDSFactoryPlus(license_key=os.environ.get('GDSFACTORYPLUS_KEY', ''))\n\n# Create a simple MZI\nfrom gdsfactoryplus.components import mzi\ncomponent = mzi()\ncomponent.show()\n","lang":"python","description":"Initialize GDSFactory+ with a license key (optional for trial), then create and display a component."},"warnings":[{"fix":"Upgrade Python to 3.12.x.","message":"Python 3.12 is required; Python 3.11 or older will fail to install.","severity":"breaking","affected_versions":"<3.12"},{"fix":"Obtain a license from the vendor or use in evaluation mode with limited capabilities.","message":"GDSFactory+ is NOT open-source; a valid license is needed for most features beyond basic geometry.","severity":"gotcha","affected_versions":"all"},{"fix":"Change to 'from gdsfactoryplus import GDSFactoryPlus' or 'from gdsfactoryplus.components import ...'.","message":"The old import 'import gdsfactoryplus' is deprecated; use explicit submodule imports.","severity":"deprecated","affected_versions":"<=1.8.0"}],"env_vars":null,"search_vec":"'1.8.5':22 '3.12.0':25 'cadenc':27 'current':19 'drc':32 'drc/lvs':18 'extend':3 'foundri':13 'gds':35 'gdsfactori':1,2,8 'lvs':33 'month':29 'open':6 'open-sourc':5 'pdk':31 'pdks':14 'photon':30 'proprietari':10 'python':24 'releas':26 'requir':23 'simul':15,34 'sourc':7 'tool':11 'verif':17 'version':20","created_at":"2026-05-01T17:44:02.509895+00:00","updated_at":"2026-05-01T17:44:02.509895+00:00","problems":null,"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":"","cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/gdsfactoryplus/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["data","crm-productivity"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"passing","verified_at":"2026-06-30","last_verified":"2026-06-30","next_check":"2026-07-30","install_tag":null}}