No description
Now, drill_pth and drill_npth contain those layers where they match, and everything else is put in _drill_layers. The @property drill_layers now returns everything. |
||
|---|---|---|
| docs | ||
| examples | ||
| gerbonara | ||
| podman | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| LICENSE | ||
| Makefile | ||
| MANIFEST.in | ||
| pytest.ini | ||
| README.md | ||
| run-tests.sh | ||
| setup.py | ||
| tox.ini | ||
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 🐍.