summaryrefslogtreecommitdiff
path: root/gerbonara/__init__.py
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2023-02-25 17:31:16 +0100
committerjaseg <git@jaseg.de>2023-02-25 17:31:16 +0100
commit8b40d15dab376c92b37b0939515e7bdee7b83301 (patch)
tree1a9b1d513300cf17109d19d16e95fbb0e0a7e99f /gerbonara/__init__.py
parentd43eff8b49022719b2933e8429a05e3a35b8762f (diff)
downloadgerbonara-8b40d15dab376c92b37b0939515e7bdee7b83301.tar.gz
gerbonara-8b40d15dab376c92b37b0939515e7bdee7b83301.tar.bz2
gerbonara-8b40d15dab376c92b37b0939515e7bdee7b83301.zip
Moar doc
Diffstat (limited to 'gerbonara/__init__.py')
-rw-r--r--gerbonara/__init__.py4
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