← Back to team overview

kicad-developers team mailing list archive

Re: Footprint python plugin: Is it possible to merge ?

 

On 11/3/2014 9:14 AM, Jean-Samuel Reynaud wrote:
> Hi All,
> 
> I wrote few months ago an extension to be able to write in python a
> footprint library plugin.
> ie: for the moment for footprint you have to choice between:
> - Kicad
> - Legacy
> - GitHub

You forgot:

  - Geda (footprint libraries only)
  - Eagle (xml format, footprint libraries only).

> ...
> And I had write a "Python". You choose the python module to load (the
> module name as an option of the python plugin) and this python
> module have to implement some functions to do the job.
> 
> This code is currently under a branch :
> lp:~kicad-developers/kicad/python_plugin
> 
> Specific code is mainly in pcbnew/fppython/ and there is a python
> example in pcbnew/fppython/fppython_example.py.
> 
> I regularly merge with upstream to maintain this branch up to date.
> I cleanned up the code to meet coding standard.
> 
> Is it possible to merge on main branch ?
> 
> Regards,
> 
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 



References