No description
Find a file
Paulo Henrique Silva 35f0063876 Significantly improved parsing.
* Parsing complete for most of the non-deprecated gerber specification.
* Initial evaluation machine in place, but no useful result yet.
2013-12-18 06:16:32 -02:00
.idea Configure Epytext as default docstring formatter. 2013-12-18 03:22:56 -02:00
gerber Significantly improved parsing. 2013-12-18 06:16:32 -02:00
.gitignore Add PyCharm project 2013-12-18 02:58:11 -02:00
gerber.md Working version of Gerber RS-274X parser. 2013-12-17 18:05:30 -02:00
LICENSE Initial commit 2013-12-17 12:01:34 -08:00
README.md Working version of Gerber RS-274X parser. 2013-12-17 18:05:30 -02:00

gerber-tools

This hopefully will be a useful set of tools to handle Gerber files in Python.

Right now we have a working parser and I am working on simple Gerber to SVG converter.

See gerber.md for some random information regardind Gerber format.