Allow files to be read from strings per #37

Adds a loads() method to the top level module which generates a GerberFile or ExcellonFile from a string
This commit is contained in:
Hamilton Kibbe 2015-10-10 16:51:21 -04:00
parent b81c9d4bf9
commit dd63b169f1
10 changed files with 140 additions and 53 deletions

View file

@ -181,3 +181,4 @@ class GerberContext(object):
def _render_test_record(self, primitive, color):
pass