I have written some scripts for Python 2.6. Not yet documented very well, but the tools which use the scripts can:
- Do some additional ERC checking on .sch files. - Read and write .sch, .lib, and .pro files (can roundtrip files in kicad lib and demo directory) - Dump a netlist in the ExpressPCB proprietary format (for linking a schematic to an expressPCB board file) I have also scripted creation of library components, but I need to work on that a bit before I check it in. The scripts are available at http://code.google.com/p/pyeda/ (or kipy.org for short) If anybody is interested in contributing or collaborating, please send me an email. Best regards, Patrick Maupin
