2020-03-04 03:33:56 +00:00
|
|
|
# Altium-Schematic-Parser
|
|
|
|
Converts Altium .SchDoc files into json
|
2020-03-04 08:31:46 +00:00
|
|
|
## Prerequisites
|
|
|
|
* python 3
|
|
|
|
* olefile
|
2020-03-04 04:25:40 +00:00
|
|
|
## Install
|
2020-03-04 08:31:46 +00:00
|
|
|
git clone git@github.com:a3ng7n/Altium-Schematic-Parser.git
|
2020-03-04 09:01:01 +00:00
|
|
|
cd Altium-Schematic-Parser
|
|
|
|
pip install -e .
|
2020-03-04 04:25:40 +00:00
|
|
|
## Usage
|
|
|
|
python parse.py -i "path/to/altiumschematic.schdoc" -o "path/to/jsonfile.json"
|