Pythonic library for reading/modifying/writing Gerber/Excellon/IPC-356 files.
 
 
 
 
 
Go to file
jaseg 227d4ed1cd Bump version to v1.2.0 2023-11-14 21:56:03 +01:00
docs WiP 2023-09-22 18:54:11 +02:00
examples
gerbonara Bump version to v1.2.0 2023-11-14 21:56:03 +01:00
podman
.gitignore
.gitlab-ci.yml ci: Disable tests for now, since upstream kicad-cli is broken. 2023-10-27 14:40:50 +02:00
LICENSE
MANIFEST.in
Makefile
README.md
pytest.ini
run-tests.sh
setup.py
test2.py WiP 2023-09-22 18:54:11 +02:00
tox.ini

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