gdsfactory


Namegdsfactory JSON
Version 9.11.6 PyPI version JSON
download
home_pageNone
Summarypython library to generate GDS layouts
upload_time2025-07-27 00:52:50
maintainerNone
docs_urlNone
authorNone
requires_python<3.14,>=3.11
licenseNone
keywords eda photonics python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # GDSFactory 9.11.6

[![docs](https://github.com/gdsfactory/gdsfactory/actions/workflows/pages.yml/badge.svg)](https://gdsfactory.github.io/gdsfactory/)
[![PyPI](https://img.shields.io/pypi/v/gdsfactory)](https://pypi.org/project/gdsfactory/)
[![PyPI Python](https://img.shields.io/pypi/pyversions/gdsfactory.svg)](https://pypi.python.org/pypi/gdsfactory)
[![Downloads](https://static.pepy.tech/badge/gdsfactory)](https://pepy.tech/project/gdsfactory)
[![MIT](https://img.shields.io/github/license/gdsfactory/gdsfactory)](https://choosealicense.com/licenses/mit/)
[![codecov](https://img.shields.io/codecov/c/github/gdsfactory/gdsfactory)](https://codecov.io/gh/gdsfactory/gdsfactory/tree/main/gdsfactory)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/gdsfactory/binder-sandbox/HEAD)


GDSFactory is a Python library for designing chips (Photonics, Analog, Quantum, MEMS), PCBs, and 3D-printable objects. We aim to make hardware design accessible, intuitive, and fun—empowering everyone to build the future.

As input you write python code, as an output GDSFactory creates CAD files (GDS, OASIS, STL, GERBER).

![cad](https://i.imgur.com/3cUa2GV.png)

## Quick Start

Here's a simple example to get you started:

```bash
pip install gdsfactory_install
gfi install
```

```python
import gdsfactory as gf

# Create a new component
c = gf.Component()

# Add a rectangle
r = gf.components.rectangle(size=(10, 10), layer=(1, 0))
rect = c.add_ref(r)

# Add text elements
t1 = gf.components.text("Hello", size=10, layer=(2, 0))
t2 = gf.components.text("world", size=10, layer=(2, 0))

text1 = c.add_ref(t1)
text2 = c.add_ref(t2)

# Position elements
text1.xmin = rect.xmax + 5
text2.xmin = text1.xmax + 2
text2.rotate(30)

# Show the result
c.show()
```

Highlights:

- +2M downloads
- +81 Contributors
- +25 PDKs available

![workflow](https://i.imgur.com/KyavbHh.png)

We provide a comprehensive end-to-end design flow that enables you to:

- **Design (Layout, Simulation, Optimization)**: Define parametric cell functions in Python to generate components. Test component settings, ports, and geometry to avoid unwanted regressions, and capture design intent in a schematic.
- **Verify (DRC, DFM, LVS)**: Run simulations directly from the layout using our simulation interfaces, removing the need to redraw your components in simulation tools. Conduct component and circuit simulations, study design for manufacturing. Ensure complex layouts match their design intent through Layout Versus Schematic verification (LVS) and are DRC clean.
- **Validate**: Define layout and test protocols simultaneously for automated chip analysis post-fabrication. This allows you to extract essential component parameters, and build data pipelines from raw data to structured data to monitor chip performance.

Your input: Python or YAML text.
Your output: A GDSII or OASIS file for fabrication, alongside component settings (for measurement and data analysis) and netlists (for circuit simulations) in YAML.

We provide a common syntax for design (Ansys, Lumerical, Tidy3d, MEEP, DEVSIM, SAX, MEOW, Xyce ...), verification, and validation.

![tool interfaces](https://i.imgur.com/j5qlFWj.png)


## Open-Source PDKs (No NDA Required)

These PDKs are publicly available and do not require an NDA:

- [GlobalFoundries 180nm MCU CMOS PDK](https://gdsfactory.github.io/gf180/)
- [ANT / SiEPIC Ebeam UBC PDK](https://gdsfactory.github.io/ubc)
- [SkyWater 130nm CMOS PDK](https://gdsfactory.github.io/skywater130/)
- [VTT PDK](https://github.com/gdsfactory/vtt)
- [Cornerstone PDK](https://github.com/gdsfactory/cspdk)
- [Luxtelligence GF PDK](https://github.com/Luxtelligence/lxt_pdk_gf)


## Foundry PDKs (NDA Required)

Access to the following PDKs requires a **GDSFactory+** subscription.
To sign up, visit [GDSFactory.com](https://gdsfactory.com/).

Available PDKs under NDA:

- AIM Photonics
- AMF Photonics
- CompoundTek Photonics
- Fraunhofer HHI Photonics
- Smart Photonics
- Tower Semiconductor PH18
- Tower PH18DA by OpenLight
- III-V Labs
- LioniX
- Ligentec
- Lightium
- Quantum Computing Inc. (QCI)


## GDSFactory+

**GDSFactory+** offers Graphical User Interface for chip design, built on top of GDSFactory and VSCode. It provides you:

- Foundry PDK access
- Schematic capture
- Device and circuit Simulations
- Design verification (DRC, LVS)
- Data analytics


## Getting Started

- [See slides](https://docs.google.com/presentation/d/1_ZmUxbaHWo_lQP17dlT1FWX-XD8D9w7-FcuEih48d_0/edit#slide=id.g11711f50935_0_5)
- [Read docs](https://gdsfactory.github.io/gdsfactory/)
- [![Video Tutorials](https://img.shields.io/badge/youtube-Video_Tutorials-red.svg?logo=youtube)](https://www.youtube.com/@gdsfactory/playlists)
- [![Join the chat at https://gitter.im/gdsfactory-dev/community](https://badges.gitter.im/gdsfactory-dev/community.svg)](https://gitter.im/gdsfactory-dev/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
- See announcements on [GitHub](https://github.com/gdsfactory/gdsfactory/discussions/547), [google-groups](https://groups.google.com/g/gdsfactory) or [LinkedIn](https://www.linkedin.com/company/gdsfactory)
- [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=250169028)
- [PIC training](https://gdsfactory.github.io/gdsfactory-photonics-training/)
- Online course [UBCx: Silicon Photonics Design, Fabrication and Data Analysis](https://www.edx.org/learn/engineering/university-of-british-columbia-silicon-photonics-design-fabrication-and-data-ana), where students can use GDSFactory to create a design, have it fabricated, and tested.
- [Visit website](https://gdsfactory.com)

## Who is using GDSFactory?

Hundreds of organisations are using GDSFactory. Some companies and organizations around the world using GDSFactory include:

![logos](https://i.imgur.com/VzLNMH1.png)

"I've used **GDSFactory** since 2017 for all my chip tapeouts. I love that it is fast, easy to use, and easy to extend. It's the only tool that allows us to have an end-to-end chip design flow (design, verification and validation)."

<div style="text-align: right; margin-right: 10%;">Joaquin Matres - <strong>Google</strong></div>

---

"I've relied on **GDSFactory** for several tapeouts over the years. It's the only tool I've found that gives me the flexibility and scalability I need for a variety of projects."

<div style="text-align: right; margin-right: 10%;">Alec Hammond - <strong>Meta Reality Labs Research</strong></div>

---

"The best photonics layout tool I've used so far and it is leaps and bounds ahead of any commercial alternatives out there. Feels like GDSFactory is freeing photonics."

<div style="text-align: right; margin-right: 10%;">Hasitha Jayatilleka - <strong>LightIC Technologies</strong></div>

---

"As an academic working on large scale silicon photonics at CMOS foundries I've used GDSFactory to go from nothing to full-reticle layouts rapidly (in a few days). I particularly appreciate the full-system approach to photonics, with my layout being connected to circuit simulators which are then connected to device simulators. Moving from legacy tools such as gdspy and phidl to GDSFactory has sped up my workflow at least an order of magnitude."

<div style="text-align: right; margin-right: 10%;">Alex Sludds - <strong>MIT</strong></div>

---

"I use GDSFactory for all of my photonic tape-outs. The Python interface makes it easy to version control individual photonic components as well as entire layouts, while integrating seamlessly with KLayout and most standard photonic simulation tools, both open-source and commercial.

<div style="text-align: right; margin-right: 10%;">Thomas Dorch - <strong>Freedom Photonics</strong></div>

## Why Use GDSFactory?

- **Fast, extensible, and easy to use** – designed for efficiency and flexibility.
- **Free and open-source** – no licensing fees, giving you the freedom to modify and extend it.
- **A thriving ecosystem** – the most popular EDA tool with a growing community of users, developers, and integrations with other tools.
- **Built on the open-source advantage** – just like the best machine learning libraries, GDSFactory benefits from continuous contributions, transparency, and innovation.

GDSFactory is really fast thanks to KLayout C++ library for manipulating GDS objects. You will notice this when reading/writing big GDS files or doing large boolean operations.

| Benchmark      |  gdspy  | GDSFactory | Gain |
| :------------- | :-----: | :--------: | :--: |
| 10k_rectangles | 80.2 ms |  4.87 ms   | 16.5 |
| boolean-offset | 187 μs  |  44.7 μs   | 4.19 |
| bounding_box   | 36.7 ms |   170 μs   | 216  |
| flatten        | 465 μs  |  8.17 μs   | 56.9 |
| read_gds       | 2.68 ms |   94 μs    | 28.5 |

## Contributors

A huge thanks to all the contributors who make this project possible!

We welcome all contributions—whether you're adding new features, improving documentation, or even fixing a small typo. Every contribution helps make GDSFactory better!

Join us and be part of the community. 🚀

![contributors](https://i.imgur.com/0AuMHZE.png)


## Stargazers

[![Stargazers over time](https://starchart.cc/gdsfactory/gdsfactory.svg)](https://starchart.cc/gdsfactory/gdsfactory)

## Key Features

- **Design**: Create parametric components with Python
- **Simulation**: Direct integration with major simulation tools
- **Verification**: Built-in DRC, DFM, and LVS capabilities
- **Validation**: Automated chip analysis and data pipelines
- **Multi-format Output**: Generate GDSII, OASIS, STL, and GERBER files
- **Extensible**: Easy to add new components and functionality

## Community

Join our growing community:
- [GitHub Discussions](https://github.com/gdsfactory/gdsfactory/discussions)
- [Google Group](https://groups.google.com/g/gdsfactory)
- [LinkedIn](https://www.linkedin.com/company/gdsfactory)
- [Element Chat](https://gitter.im/gdsfactory-dev/community)


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "gdsfactory",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.14,>=3.11",
    "maintainer_email": null,
    "keywords": "eda, photonics, python",
    "author": null,
    "author_email": "gdsfactory community <contact@gdsfactory.com>",
    "download_url": "https://files.pythonhosted.org/packages/a7/c5/f96763db5ea11b57954f4e74b71db2ac47b4d2ccff71a439435966702552/gdsfactory-9.11.6.tar.gz",
    "platform": null,
    "description": "# GDSFactory 9.11.6\n\n[![docs](https://github.com/gdsfactory/gdsfactory/actions/workflows/pages.yml/badge.svg)](https://gdsfactory.github.io/gdsfactory/)\n[![PyPI](https://img.shields.io/pypi/v/gdsfactory)](https://pypi.org/project/gdsfactory/)\n[![PyPI Python](https://img.shields.io/pypi/pyversions/gdsfactory.svg)](https://pypi.python.org/pypi/gdsfactory)\n[![Downloads](https://static.pepy.tech/badge/gdsfactory)](https://pepy.tech/project/gdsfactory)\n[![MIT](https://img.shields.io/github/license/gdsfactory/gdsfactory)](https://choosealicense.com/licenses/mit/)\n[![codecov](https://img.shields.io/codecov/c/github/gdsfactory/gdsfactory)](https://codecov.io/gh/gdsfactory/gdsfactory/tree/main/gdsfactory)\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/gdsfactory/binder-sandbox/HEAD)\n\n\nGDSFactory is a Python library for designing chips (Photonics, Analog, Quantum, MEMS), PCBs, and 3D-printable objects. We aim to make hardware design accessible, intuitive, and fun\u2014empowering everyone to build the future.\n\nAs input you write python code, as an output GDSFactory creates CAD files (GDS, OASIS, STL, GERBER).\n\n![cad](https://i.imgur.com/3cUa2GV.png)\n\n## Quick Start\n\nHere's a simple example to get you started:\n\n```bash\npip install gdsfactory_install\ngfi install\n```\n\n```python\nimport gdsfactory as gf\n\n# Create a new component\nc = gf.Component()\n\n# Add a rectangle\nr = gf.components.rectangle(size=(10, 10), layer=(1, 0))\nrect = c.add_ref(r)\n\n# Add text elements\nt1 = gf.components.text(\"Hello\", size=10, layer=(2, 0))\nt2 = gf.components.text(\"world\", size=10, layer=(2, 0))\n\ntext1 = c.add_ref(t1)\ntext2 = c.add_ref(t2)\n\n# Position elements\ntext1.xmin = rect.xmax + 5\ntext2.xmin = text1.xmax + 2\ntext2.rotate(30)\n\n# Show the result\nc.show()\n```\n\nHighlights:\n\n- +2M downloads\n- +81 Contributors\n- +25 PDKs available\n\n![workflow](https://i.imgur.com/KyavbHh.png)\n\nWe provide a comprehensive end-to-end design flow that enables you to:\n\n- **Design (Layout, Simulation, Optimization)**: Define parametric cell functions in Python to generate components. Test component settings, ports, and geometry to avoid unwanted regressions, and capture design intent in a schematic.\n- **Verify (DRC, DFM, LVS)**: Run simulations directly from the layout using our simulation interfaces, removing the need to redraw your components in simulation tools. Conduct component and circuit simulations, study design for manufacturing. Ensure complex layouts match their design intent through Layout Versus Schematic verification (LVS) and are DRC clean.\n- **Validate**: Define layout and test protocols simultaneously for automated chip analysis post-fabrication. This allows you to extract essential component parameters, and build data pipelines from raw data to structured data to monitor chip performance.\n\nYour input: Python or YAML text.\nYour output: A GDSII or OASIS file for fabrication, alongside component settings (for measurement and data analysis) and netlists (for circuit simulations) in YAML.\n\nWe provide a common syntax for design (Ansys, Lumerical, Tidy3d, MEEP, DEVSIM, SAX, MEOW, Xyce ...), verification, and validation.\n\n![tool interfaces](https://i.imgur.com/j5qlFWj.png)\n\n\n## Open-Source PDKs (No NDA Required)\n\nThese PDKs are publicly available and do not require an NDA:\n\n- [GlobalFoundries 180nm MCU CMOS PDK](https://gdsfactory.github.io/gf180/)\n- [ANT / SiEPIC Ebeam UBC PDK](https://gdsfactory.github.io/ubc)\n- [SkyWater 130nm CMOS PDK](https://gdsfactory.github.io/skywater130/)\n- [VTT PDK](https://github.com/gdsfactory/vtt)\n- [Cornerstone PDK](https://github.com/gdsfactory/cspdk)\n- [Luxtelligence GF PDK](https://github.com/Luxtelligence/lxt_pdk_gf)\n\n\n## Foundry PDKs (NDA Required)\n\nAccess to the following PDKs requires a **GDSFactory+** subscription.\nTo sign up, visit [GDSFactory.com](https://gdsfactory.com/).\n\nAvailable PDKs under NDA:\n\n- AIM Photonics\n- AMF Photonics\n- CompoundTek Photonics\n- Fraunhofer HHI Photonics\n- Smart Photonics\n- Tower Semiconductor PH18\n- Tower PH18DA by OpenLight\n- III-V Labs\n- LioniX\n- Ligentec\n- Lightium\n- Quantum Computing Inc. (QCI)\n\n\n## GDSFactory+\n\n**GDSFactory+** offers Graphical User Interface for chip design, built on top of GDSFactory and VSCode. It provides you:\n\n- Foundry PDK access\n- Schematic capture\n- Device and circuit Simulations\n- Design verification (DRC, LVS)\n- Data analytics\n\n\n## Getting Started\n\n- [See slides](https://docs.google.com/presentation/d/1_ZmUxbaHWo_lQP17dlT1FWX-XD8D9w7-FcuEih48d_0/edit#slide=id.g11711f50935_0_5)\n- [Read docs](https://gdsfactory.github.io/gdsfactory/)\n- [![Video Tutorials](https://img.shields.io/badge/youtube-Video_Tutorials-red.svg?logo=youtube)](https://www.youtube.com/@gdsfactory/playlists)\n- [![Join the chat at https://gitter.im/gdsfactory-dev/community](https://badges.gitter.im/gdsfactory-dev/community.svg)](https://gitter.im/gdsfactory-dev/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\n- See announcements on [GitHub](https://github.com/gdsfactory/gdsfactory/discussions/547), [google-groups](https://groups.google.com/g/gdsfactory) or [LinkedIn](https://www.linkedin.com/company/gdsfactory)\n- [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=250169028)\n- [PIC training](https://gdsfactory.github.io/gdsfactory-photonics-training/)\n- Online course [UBCx: Silicon Photonics Design, Fabrication and Data Analysis](https://www.edx.org/learn/engineering/university-of-british-columbia-silicon-photonics-design-fabrication-and-data-ana), where students can use GDSFactory to create a design, have it fabricated, and tested.\n- [Visit website](https://gdsfactory.com)\n\n## Who is using GDSFactory?\n\nHundreds of organisations are using GDSFactory. Some companies and organizations around the world using GDSFactory include:\n\n![logos](https://i.imgur.com/VzLNMH1.png)\n\n\"I've used **GDSFactory** since 2017 for all my chip tapeouts. I love that it is fast, easy to use, and easy to extend. It's the only tool that allows us to have an end-to-end chip design flow (design, verification and validation).\"\n\n<div style=\"text-align: right; margin-right: 10%;\">Joaquin Matres - <strong>Google</strong></div>\n\n---\n\n\"I've relied on **GDSFactory** for several tapeouts over the years. It's the only tool I've found that gives me the flexibility and scalability I need for a variety of projects.\"\n\n<div style=\"text-align: right; margin-right: 10%;\">Alec Hammond - <strong>Meta Reality Labs Research</strong></div>\n\n---\n\n\"The best photonics layout tool I've used so far and it is leaps and bounds ahead of any commercial alternatives out there. Feels like GDSFactory is freeing photonics.\"\n\n<div style=\"text-align: right; margin-right: 10%;\">Hasitha Jayatilleka - <strong>LightIC Technologies</strong></div>\n\n---\n\n\"As an academic working on large scale silicon photonics at CMOS foundries I've used GDSFactory to go from nothing to full-reticle layouts rapidly (in a few days). I particularly appreciate the full-system approach to photonics, with my layout being connected to circuit simulators which are then connected to device simulators. Moving from legacy tools such as gdspy and phidl to GDSFactory has sped up my workflow at least an order of magnitude.\"\n\n<div style=\"text-align: right; margin-right: 10%;\">Alex Sludds - <strong>MIT</strong></div>\n\n---\n\n\"I use GDSFactory for all of my photonic tape-outs. The Python interface makes it easy to version control individual photonic components as well as entire layouts, while integrating seamlessly with KLayout and most standard photonic simulation tools, both open-source and commercial.\n\n<div style=\"text-align: right; margin-right: 10%;\">Thomas Dorch - <strong>Freedom Photonics</strong></div>\n\n## Why Use GDSFactory?\n\n- **Fast, extensible, and easy to use** \u2013 designed for efficiency and flexibility.\n- **Free and open-source** \u2013 no licensing fees, giving you the freedom to modify and extend it.\n- **A thriving ecosystem** \u2013 the most popular EDA tool with a growing community of users, developers, and integrations with other tools.\n- **Built on the open-source advantage** \u2013 just like the best machine learning libraries, GDSFactory benefits from continuous contributions, transparency, and innovation.\n\nGDSFactory is really fast thanks to KLayout C++ library for manipulating GDS objects. You will notice this when reading/writing big GDS files or doing large boolean operations.\n\n| Benchmark      |  gdspy  | GDSFactory | Gain |\n| :------------- | :-----: | :--------: | :--: |\n| 10k_rectangles | 80.2 ms |  4.87 ms   | 16.5 |\n| boolean-offset | 187 \u03bcs  |  44.7 \u03bcs   | 4.19 |\n| bounding_box   | 36.7 ms |   170 \u03bcs   | 216  |\n| flatten        | 465 \u03bcs  |  8.17 \u03bcs   | 56.9 |\n| read_gds       | 2.68 ms |   94 \u03bcs    | 28.5 |\n\n## Contributors\n\nA huge thanks to all the contributors who make this project possible!\n\nWe welcome all contributions\u2014whether you're adding new features, improving documentation, or even fixing a small typo. Every contribution helps make GDSFactory better!\n\nJoin us and be part of the community. \ud83d\ude80\n\n![contributors](https://i.imgur.com/0AuMHZE.png)\n\n\n## Stargazers\n\n[![Stargazers over time](https://starchart.cc/gdsfactory/gdsfactory.svg)](https://starchart.cc/gdsfactory/gdsfactory)\n\n## Key Features\n\n- **Design**: Create parametric components with Python\n- **Simulation**: Direct integration with major simulation tools\n- **Verification**: Built-in DRC, DFM, and LVS capabilities\n- **Validation**: Automated chip analysis and data pipelines\n- **Multi-format Output**: Generate GDSII, OASIS, STL, and GERBER files\n- **Extensible**: Easy to add new components and functionality\n\n## Community\n\nJoin our growing community:\n- [GitHub Discussions](https://github.com/gdsfactory/gdsfactory/discussions)\n- [Google Group](https://groups.google.com/g/gdsfactory)\n- [LinkedIn](https://www.linkedin.com/company/gdsfactory)\n- [Element Chat](https://gitter.im/gdsfactory-dev/community)\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "python library to generate GDS layouts",
    "version": "9.11.6",
    "project_urls": null,
    "split_keywords": [
        "eda",
        " photonics",
        " python"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "882442571bcf2208728fdad7b52405631e9351e20f1db20e29a2e924fd604099",
                "md5": "3650b1fab274ac119d15aa6521850b7c",
                "sha256": "76f43e85d9c59e75cbaf9ffd2b5a712591d6118913534561320cac589ea041e2"
            },
            "downloads": -1,
            "filename": "gdsfactory-9.11.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3650b1fab274ac119d15aa6521850b7c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.14,>=3.11",
            "size": 681201,
            "upload_time": "2025-07-27T00:52:47",
            "upload_time_iso_8601": "2025-07-27T00:52:47.848272Z",
            "url": "https://files.pythonhosted.org/packages/88/24/42571bcf2208728fdad7b52405631e9351e20f1db20e29a2e924fd604099/gdsfactory-9.11.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a7c5f96763db5ea11b57954f4e74b71db2ac47b4d2ccff71a439435966702552",
                "md5": "13dafefcbf36f46ef6f1773cb5e68569",
                "sha256": "72cd62fe4e27887015f89758d8bb7dd73a7336583c3c015613e8434250e5c8c0"
            },
            "downloads": -1,
            "filename": "gdsfactory-9.11.6.tar.gz",
            "has_sig": false,
            "md5_digest": "13dafefcbf36f46ef6f1773cb5e68569",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.14,>=3.11",
            "size": 487639,
            "upload_time": "2025-07-27T00:52:50",
            "upload_time_iso_8601": "2025-07-27T00:52:50.720524Z",
            "url": "https://files.pythonhosted.org/packages/a7/c5/f96763db5ea11b57954f4e74b71db2ac47b4d2ccff71a439435966702552/gdsfactory-9.11.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-27 00:52:50",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "gdsfactory"
}
        
Elapsed time: 1.53728s