No description
| docs | ||
| examples | ||
| podman | ||
| src/gerbonara | ||
| tests | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| LICENSE | ||
| Makefile | ||
| MANIFEST.in | ||
| pyproject.toml | ||
| README.md | ||
| run-tests.sh | ||
| test2.py | ||
| tox.ini | ||
| uv.lock | ||
gerbonara
Tools to handle Gerber and Excellon files in Python.
This repository is a friendly fork of phsilva's pcb-tools with extensions from opiopan integrated. We decided to fork pcb-tools since we need it as a dependency for gerbolyze and pcb-tools was sometimes very behind on bug fixes.
Installation
Arch Linux:
yay -S python-gerbonara
Python:
pipx install gerbonara
Documentation and Examples
Documentation can be found at:
https://gerbolyze.gitlab.io/gerbonara
Issues
Please file any bugs at our issue tracker:
https://gitlab.com/gerbolyze/gerbonara/-/issues
Made with ❤️ and 🐍.