Go to file
Aaron Goldstein 22ad351161 Cleanup 2020-03-04 00:38:19 -08:00
altium_crap initial commit of altium sample files and python code 2016-09-30 02:43:38 -07:00
.gitattributes 🍭 Added .gitattributes & .gitignore files 2016-09-30 02:38:08 -07:00
.gitignore Remove printing from parse function 2020-03-04 00:34:33 -08:00
Altium Schematic Parser.ipynb initial commit of altium sample files and python code 2016-09-30 02:43:38 -07:00
LICENSE Create LICENSE 2020-03-03 19:36:16 -08:00
README.md json output is in hierarchy, add python packaging stuff 2020-03-04 00:31:46 -08:00
parse.py Cleanup 2020-03-04 00:38:19 -08:00
requirements.txt json output is in hierarchy, add python packaging stuff 2020-03-04 00:31:46 -08:00
setup.py Cleanup 2020-03-04 00:38:19 -08:00

README.md

Altium-Schematic-Parser

Converts Altium .SchDoc files into json

Prerequisites

  • python 3
  • olefile

Install

git clone git@github.com:a3ng7n/Altium-Schematic-Parser.git
cd Altium-Schematic-Parser/
pip install -r requirements.txt

Usage

python parse.py -i "path/to/altiumschematic.schdoc" -o "path/to/jsonfile.json"