A command line python anything-in anything-out file converter to go between the multitude of electrical circuit schematic file formats. This project was started by Alex Ray ([email protected]), on behalf of Upverter (http://upverter.com).
core/
- All of the converter codedoc/
- Everything related to documentationexample/
- Examples of input and output filesparser/
- All of the in codetest/
- A set of test files for each formatwriter/
- All of the out code
usage: upconvert.py [-h] [-i INPUT] [-f TYPE] [-o OUTPUT] [-t TYPE]
optional arguments:
-h, --help show this help message and exit
-i INPUT, --input INPUT
read INPUT file in
-f TYPE, --from TYPE read input file as TYPE
-o OUTPUT, --output OUTPUT
write OUTPUT file out
-t TYPE, --to TYPE write output file as TYPE
./upconvert.py -h
The converter started with support for KiCad. We have since been expanding it to support many of the popular open and closed source formats, as follows.
- KiCad
- Eagle (in development)
- gEDA (in development)
- Fritzing (in development)
- Altium (in development)
This is the list of formats we wish we supported, and will work on someday (hopefully soon!). We are looking for developers to help us so please ping us if you're interested!
- DXDesigner & PADs
- Alegro
- OrCad
More in the todo list TODO.md.
To use an Upverter Open JSON export in another piece of software, you will need to convert it into that software's proprietary format. Likewise, to get your data out of another piece of software and import it into Upverter, you will also need to run their export through the converter. We are working to make this easier, but we will largely depend on community contribution and the participation of the other vendors.
The converter is based on the Upverter Open JSON Format fully documented at http://upverter.com/resources/open-json-format/. We hope that someday all of the major providers of schematic capture software will support interoperability with open formats like this one.