Pythonic library for reading/modifying/writing Gerber/Excellon/IPC-356 files.
 
 
 
 
 
Go to file
jaseg 5d3cd4694d Improve mouse bite spacing for JLC 2023-10-18 17:19:05 +02:00
docs WiP 2023-09-22 18:54:11 +02:00
examples
gerbonara Add coil test board gen 2023-10-12 20:44:52 +02:00
podman
.gitignore
.gitlab-ci.yml ci: Clone kicad libraries for tests 2023-04-15 22:31:09 +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
Simulation Plots.ipynb Give notebook a sensible name 2023-10-10 17:52:31 +02:00
coil_gen.py Add twisted coil gen 2023-06-20 14:07:03 +02:00
coil_mag_materials.yml Update sims & gen 2023-10-13 18:22:00 +02:00
coil_mag_sim.yml Add missing simulation yamls 2023-10-06 14:42:35 +02:00
coil_mag_solvers.yml Get self capacitance simulation to work 2023-10-11 17:06:42 +02:00
coil_parasitics.py Update sims & gen 2023-10-13 18:22:00 +02:00
coil_parasitics_materials.yml Add sim files 2023-09-29 10:37:40 +02:00
coil_parasitics_sim.yml Add sim files 2023-09-29 10:37:40 +02:00
coil_parasitics_solvers.yml Add sim files 2023-09-29 10:37:40 +02:00
coil_test_board.py Improve mouse bite spacing for JLC 2023-10-18 17:19:05 +02:00
pytest.ini
run-tests.sh
self-capacitance-actually-working.sif Get self capacitance simulation to work 2023-10-11 17:06:42 +02:00
self-capacitance-working.sif Get self capacitance simulation to work 2023-10-11 17:06:42 +02:00
setup.py Multilayer coil WIP 2023-09-19 12:44:22 +02:00
test2.py WiP 2023-09-22 18:54:11 +02:00
tox.ini
twisted_coil_gen.py Improve coil gen, and fix some kicad s-expr issues 2023-07-05 17:25:28 +02:00
twisted_coil_gen_twolayer.py Optimize coil model mesh precision 2023-10-18 17:15:20 +02: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:

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