Pythonic library for reading/modifying/writing Gerber/Excellon/IPC-356 files.
 
 
 
 
 
Go to file
jaseg 7ded0d6d6f Fix gerber-to-excellon conversion 2022-06-19 00:51:06 +02:00
docs doc: Fix sphinx build 2022-06-10 23:00:44 +02:00
examples
gerbonara Fix gerber-to-excellon conversion 2022-06-19 00:51:06 +02:00
.gitignore
.gitlab-ci.yml ci: build and upload sdists 2022-06-12 21:37:31 +02:00
LICENSE
MANIFEST.in ci: build and upload sdists 2022-06-12 21:37:31 +02:00
Makefile
README.md Update readme with doc link 2022-02-06 23:57:25 +01:00
setup.py pkg: update package metadata 2022-06-12 21:51:03 +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:

pip install --user 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 🐍.