No description
Find a file
2026-03-21 13:24:50 +01:00
docs doc: State more explicitly the nature of gerbonara's file name matching rules 2026-03-09 16:34:09 +01:00
examples Fix out-of-date documentation 2025-08-22 13:24:34 +02:00
podman Fix local tests 2022-06-21 12:07:13 +02:00
src/gerbonara Start work on proper aperture macro tests 2026-03-21 13:24:50 +01:00
tests Start work on proper aperture macro tests 2026-03-21 13:24:50 +01:00
.gitignore Add missing package data 2024-07-08 18:10:57 +02:00
.gitlab-ci.yml Fix uv build for newer container versions 2025-12-10 14:23:14 +01:00
LICENSE Graft pcb-tools upstream onto gerbonara tree 2021-06-06 13:25:45 +02:00
Makefile Update Makefile 2023-03-23 12:13:35 +00:00
MANIFEST.in Fix MANIFEST issue 2023-03-05 20:48:04 +01:00
pyproject.toml Bump version to v1.6.2 2026-03-09 17:22:02 +01:00
README.md Update file README.md 2023-03-23 12:07:51 +00:00
run-tests.sh Make gerbonara python3.8 compatible. 2022-06-21 12:26:38 +02:00
test2.py WiP 2023-09-22 18:54:11 +02:00
tox.ini CI WIP 2022-02-06 20:42:46 +01:00
uv.lock Start work on proper aperture macro tests 2026-03-21 13:24:50 +01:00

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