Pythonic library for reading/modifying/writing Gerber/Excellon/IPC-356 files.
 
 
 
 
 
Go to file
jaseg 9e898ceefb ci: build and upload sdists 2022-06-12 21:37:31 +02:00
docs doc: Fix sphinx build 2022-06-10 23:00:44 +02:00
examples Make split_commands faster 2022-02-06 14:20:13 +01:00
gerbonara Add missing __init__.py 2022-06-11 22:34:57 +02:00
.gitignore Add some documentation 2022-02-01 22:08:54 +01:00
.gitlab-ci.yml ci: build and upload sdists 2022-06-12 21:37:31 +02:00
LICENSE Graft pcb-tools upstream onto gerbonara tree 2021-06-06 13:25:45 +02:00
MANIFEST.in ci: build and upload sdists 2022-06-12 21:37:31 +02:00
Makefile Add some documentation 2022-02-01 22:08:54 +01:00
README.md Update readme with doc link 2022-02-06 23:57:25 +01:00
setup.py ci: build and upload sdists 2022-06-12 21:37:31 +02:00
tox.ini CI WIP 2022-02-06 20:42:46 +01:00

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