X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Sat, 27 Jun 2015 19:39:47 +0200 (CEST) From: Roland Lutz To: geda-user AT delorie DOT com Subject: [geda-user] Progress with the Python netlister Message-ID: User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Reply-To: geda-user AT delorie DOT com Hi, just FYI: I made some progress with refactoring and translating gnetlist to Python. Some things don't work quite right yet (e.g. the spice-sdb backend in combination with slotted parts), many things still look quite ugly, but it's running and passes most of the original gnetlist test cases. You can download the current work-in-progress from my Github repository: git://github.com/rlutz/xorn.git WIP-netlist Please note that the Python netlister doesn't execute any Scheme code at all, including the standard gEDA configuration files. Currently you'll have to specify all necessary options on the command line, for example: $ src/command/xorn netlist \ --component-library-search=/path/to/lib \ --component-library=my-symbols \ --source-library=. \ -g backend schematic.sch Roland