
Security News
Django Joins curl in Pushing Back on AI Slop Security Reports
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
GDSII manipulation, written in rust.
The documentation for this project is available at matthewmckee4.github.io/gdsr/.
I recommend using uv to manage your python packages.
To install and use yourself:
uv pip install gdsr
To use from source code:
uv pip install requirements-dev.txt
maturin develop
# or
uv pip install .
gdsr offers many features which include but are not limited to:
My main inspiration comes from gdstk. If you are looking for an extremely fast gds manipulation python package then i would strongly recommend heading over and having a look at his work.
Other inspirations include:
A simple program below shows the easy to use interface.
import gdsr
library = gdsr.Library("My First Library")
cell = gdsr.Cell("My First Cell")
cell.add(gdsr.Text("Hello, World!"))
library.add(cell)
library.to_gds("My first gdsr output.gds")
Head over to the discussions page and create a new discussion there or have a look at the issues page to see if anyone has had the same issue as you.
FAQs
Unknown package
We found that gdsr demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.