diff options
Diffstat (limited to 'gerbonara/__init__.py')
-rw-r--r-- | gerbonara/__init__.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gerbonara/__init__.py b/gerbonara/__init__.py index cadd528..614f0b8 100644 --- a/gerbonara/__init__.py +++ b/gerbonara/__init__.py @@ -20,7 +20,9 @@ Gerbonara ========= -gerbonara provides utilities for working with Gerber (RS-274X) and Excellon files in python. +gerbonara provides utilities for working with PCB artwork files in Gerber/RS274-X, XNC/Excellon and IPC-356 formats. It +includes convenience functions to match file names to layer types that match the default settings of a number of common +EDA tools. """ from .rs274x import GerberFile |