I’m currently using TinyCAD for schematics and Pcbnew for layout. I’ve been using these for 13+ years. I’m thinking of switching to EESchema, but I want to convert all my schematics and symbol libraries.
I’m not a software developer at all, so doing this in C/C++ is not an option. I will be doing this in python. I will convert to the V6 file format.
Is there any API or any other kind of recommendations of doing this “the correct way”? Or should I simply go by the file format specification and do this from scratch? I will of course release my source so that anyone can take advantage of it. But I don’t anticipate this being an official importer in EESchema, I’m simply not experienced enough to push code to the official source repo.