Re: [Kicad-developers] sch.py

2022-01-17 Thread Nick Østergaard
Hi Levente, Is this the file you are looking for? https://gitlab.com/kicad/libraries/kicad-library-utils/-/blob/master/.v5_schlib/schlib.py Nick On Mon, 17 Jan 2022 at 00:51, Levente wrote: > > Hello devs, > > > > I miss the sch.py from kicad-library-utils for v6, and I thought I write > it my

Re: [Kicad-developers] sch.py

2022-01-17 Thread Jan Mrázek
Hi Lev, I wrote a simple library for parsing the schematic for KiKit: https://github.com/yaqwsx/KiKit/blob/master/kikit/eeschema_v6.py Jan On 17. 01. 22 0:51, Levente wrote: Hello devs, I miss the sch.py from kicad-library-utils for v6, and I thought I write it myself. Do I miss somethin