Registry / data / gdsfactoryplus

gdsfactoryplus

JSON →
library1.8.5pypypi✓ verified 83d ago

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.

pip install gdsfactoryplus
INSTALL
IMPORT
SIG · GDSFACTORYPLUS
G
gdsfactoryplus
datapythonv1.8.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CLIENT_TOKEN
from gdsfactoryplus import CLIENT_TOKEN
from gdsfactoryplus import GDSFactoryPlus

Initialize GDSFactory+ with a license key (optional for trial), then create and display a component.

import os from gdsfactoryplus import GDSFactoryPlus # Use environment variable for license key if required gf = GDSFactoryPlus(license_key=os.environ.get('GDSFACTORYPLUS_KEY', '')) # Create a simple MZI from gdsfactoryplus.components import mzi component = mzi() component.show()
Debug
Known issues
breakingPython 3.12 is required; Python 3.11 or older will fail to install.
fix
Upgrade Python to 3.12.x.
affects: <3.12
gotchaGDSFactory+ is NOT open-source; a valid license is needed for most features beyond basic geometry.
fix
Obtain a license from the vendor or use in evaluation mode with limited capabilities.
affects: all
deprecatedThe old import 'import gdsfactoryplus' is deprecated; use explicit submodule imports.
fix
Change to 'from gdsfactoryplus import GDSFactoryPlus' or 'from gdsfactoryplus.components import ...'.
affects: <=1.8.0
Upgrade
Version history
1.8.5latest on PyPI · released Apr 24, 2026
Audit
Dependencies
gdsfactoryrequiredGDSFactory+ is an add-on; base gdsfactory must be installed separately.
Agent activity
51 hits · last 30 days
node
46
OpenAI (training)
1
Resources
gdsfactoryplus — pip install gdsfactoryplus · libregistry