Pythonic library for reading/modifying/writing Gerber/Excellon/IPC-356 files.
 
 
 
 
 
Go to file
jaseg 5ea1491704 Bump version to v1.0.1 2023-04-15 22:14:59 +02:00
docs Still more doc 2023-02-25 19:43:54 +01:00
examples
gerbonara Bump version to v1.0.1 2023-04-15 22:14:59 +02:00
podman
.gitignore
.gitlab-ci.yml Bump minimum Python version to 3.10 2023-04-15 22:12:45 +02:00
LICENSE
MANIFEST.in Fix MANIFEST issue 2023-03-05 20:48:04 +01:00
Makefile Update Makefile 2023-03-23 12:13:35 +00:00
README.md Update file README.md 2023-03-23 12:07:51 +00:00
pytest.ini
run-tests.sh Make gerbonara python3.8 compatible. 2022-06-21 12:26:38 +02:00
setup.py Bump minimum Python version to 3.10 2023-04-15 22:12:45 +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 🐍.