Pythonic library for reading/modifying/writing Gerber/Excellon/IPC-356 files.
 
 
 
 
 
Go to file
XenGi 2e2f0c9adc Update Makefile 2023-03-23 15:11:17 +00:00
docs
examples
gerbonara move to new version.py 2023-03-23 16:04:34 +01:00
podman
.gitignore move to new version.py 2023-03-23 16:04:34 +01:00
.gitlab-ci.yml
LICENSE
Makefile Update Makefile 2023-03-23 15:11:17 +00:00
README.md
pyproject.toml
run-tests.sh
setup.py

README.md

pipeline status coverage report pypi aur

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 🐍.