summaryrefslogtreecommitdiff
path: root/gerber/__init__.py
AgeCommit message (Collapse)AuthorFilesLines
2016-01-28Cleanup, rendering fixes.Hamilton Kibbe1-0/+1
fixed rendering of tented vias fixed rendering of semi-transparent layers fixed file type detection issues added some examples
2015-12-22Add PCB interfaceHamilton Kibbe1-1/+2
this incorporates some of @chintal's layers.py changes PCB.from_directory() simplifies loading of multiple gerbers the PCB() class should be pretty helpful going forward... the context classes could use some cleaning up, although I'd like to wait until the freecad stuff gets merged, that way we can try to refactor the context base to support more use cases
2015-10-10Allow files to be read from strings per #37Hamilton Kibbe1-1/+1
Adds a loads() method to the top level module which generates a GerberFile or ExcellonFile from a string
2014-10-19Test updateHamilton Kibbe1-0/+1
2014-10-09doc updateHamilton Kibbe1-1/+3
2014-10-08Update readme and exampleHamilton Kibbe1-24/+0
2014-10-01added numpydocHamilton Kibbe1-0/+5
2014-09-30tests updateHamilton Kibbe1-0/+11
2014-09-28added ExcellonFile classHamilton Kibbe1-0/+15
2014-02-05N w modular organization.Paulo Henrique Silva1-0/+16
* parser and render separeted on its own modules. * svn made optional. * PEP-8 compiant.
2013-12-18Make gerber packagePaulo Henrique Silva1-0/+0