No description
Find a file
Paulo Henrique Silva d8f3aa9588 Refactor function mathcing.
Make match functions that returns dict or lists of dicts to prepare for
statement creation.
2013-12-18 03:23:37 -02:00
.idea Configure Epytext as default docstring formatter. 2013-12-18 03:22:56 -02:00
gerber Refactor function mathcing. 2013-12-18 03:23:37 -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.