GithubHelp home page GithubHelp logo

supersusi / schematic-file-converter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from machinaut/schematic-file-converter

0.0 2.0 0.0 71.53 MB

A python script that converts between schematic file formats

License: Other

Python 4.55% Shell 1.58% Eagle 93.87%

schematic-file-converter's Introduction

WARNING: Upverter is in the process of overhauling our UPV format to a new version. We don't expect to maintain the current version, however we look forward to sharing our new version with you when it's ready to go!

The Upverter Universal Format Converter

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 Upverter (http://upverter.com).

Folder Contents

  • upconvert/core/ - All of the converter code
  • doc/ - Everything related to documentation
  • upconvert/library/ - Library files for the software packages that dont export complete files
  • upconvert/parser/ - All of the in code
  • test/ - A set of test files for each format
  • upconvert/writer/ - All of the out code

Usage

usage: python2 -m upconvert.upconverter [-h] [-i INPUT] [-f TYPE] [-o OUTPUT] [-s SYMDIRS [SYMDIRS ...]] [-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

  -s SYMDIRS [SYMDIRS ...], --sym-dirs SYMDIRS [SYMDIRS ...]
                        specify SYMDIRS to search for .sym files (for gEDA
                        only)

  --unsupported         run with an unsupported python version
  --raise-errors        show tracebacks for parsing and writing errors
  --profile             collect profiling information
  -v, --version         print version information and quit
  --formats             print supported formats and quit

Where to Get Help

python2 -m upconvert.upconverter -h

Github: Submit an issue, or pull request. Email: [email protected]

Supported Formats

The converter can import and export in the following popular open and closed source formats.

  • Upverter OpenJSON
  • KiCad
  • gEDA
  • Fritzing
  • RS274-X Gerber (see note)
  • NC Drill
  • Eagle
  • Eagle XML (in testing)
  • ViewDraw / DxDesigner (in testing)
  • DSN (in testing)
  • PNG Image
  • Bill of Materials
  • CSV Netlist
  • Altium (in development)
  • Telesis Netlist (in development)

Gerber Export Note: Gerber export requires the arial.ttf font in the working directory the converter is run from.

Format Wish List

This is the list of formats we wish we supported, and will work on or finish someday soon. We are looking for developers to help us so please ping us if you're interested!

  • OrCad
  • Existing supported formats - layout data
  • DipTrace

The Concept

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.

Interchange Format Documentation

The converter is based on the Upverter Open JSON Format fully documented at http://support.upverter.com/customer/portal/articles/553504-documentation-for-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.

Key Contributors

The converter has been an ongoing project since mid-2011 made up of many, many contributions by a team of distributed developers associated by little more than our desire to fix what we see as the horribly broken world of ECAD interoperability. The key contributors are as follows:

  • jdavisp3 - KiCad, Fritzing, EagleXML, Stability
  • elbaschid - gEDA
  • iparshin - EagleBin
  • foobarmus - Gerber
  • patrickyeon - ViewDraw, Image
  • machinaut - OpenJSON, Architecture

Licence

http://www.apache.org/licenses/LICENSE-2.0.html

schematic-file-converter's People

Contributors

jdavisp3 avatar shamer avatar patrickyeon avatar zakhomuth avatar aivarsk avatar iparshin avatar mwoodworth avatar jaustinpage avatar mgyenik avatar rcfox avatar akdom avatar agravitis avatar ericevenchick avatar zhangxun2014 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.