gitextract_ga0zb2kn/ ├── 0.9x/ │ ├── inkscapeMadeEasy_Base.py │ ├── inkscapeMadeEasy_Draw.py │ ├── inkscapeMadeEasy_Plot.py │ └── textextLib/ │ ├── CircuitSymbolsLatexPreamble.tex │ ├── __init__.py │ ├── basicLatexPackages.tex │ ├── textext.inx │ └── textext.py ├── LICENSE ├── README.md ├── docs/ │ ├── Makefile │ └── source/ │ ├── Changelog.rst │ ├── _static/ │ │ └── style.css │ ├── conf.py │ ├── genindex.rst │ ├── index.rst │ ├── installation.rst │ ├── mainFeatures.rst │ ├── minimalExample.rst │ └── moduleDefinitions.rst ├── examples/ │ ├── iME_Draw_colorPicker.inx │ ├── iME_Draw_colorPicker.py │ ├── iME_Draw_lineStyle_and_markers.inx │ ├── iME_Draw_lineStyle_and_markers.py │ ├── minimalExample.inx │ ├── minimalExample.py │ └── testingMinimalExample.py └── latest/ ├── basicLatexPackages.tex ├── inkscapeMadeEasy_Base.py ├── inkscapeMadeEasy_Draw.py └── inkscapeMadeEasy_Plot.py