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 something and someone already working on 
the library? Are there any alternative way to parse a v6 schematic in 
python?




Thanks,
Lev




___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


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 myself. Do I miss something and someone already working on the
> library? Are there any alternative way to parse a v6 schematic in python?
>
>
>
> Thanks,
> Lev
>
>
> --
> Levente Kovacs
> Senior Electronic Engineer
>
> W: http://levente.logonex.eu
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp