diff options
author | jaseg <git@jaseg.de> | 2023-02-25 17:31:16 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-02-25 17:31:16 +0100 |
commit | 8b40d15dab376c92b37b0939515e7bdee7b83301 (patch) | |
tree | 1a9b1d513300cf17109d19d16e95fbb0e0a7e99f /gerbonara/__init__.py | |
parent | d43eff8b49022719b2933e8429a05e3a35b8762f (diff) | |
download | gerbonara-8b40d15dab376c92b37b0939515e7bdee7b83301.tar.gz gerbonara-8b40d15dab376c92b37b0939515e7bdee7b83301.tar.bz2 gerbonara-8b40d15dab376c92b37b0939515e7bdee7b83301.zip |
Moar doc
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 |