source code at https://codeberg.org/gnucap/gnucap-python. 0.0.5 relased May 2020. A bidirectional python<->gnucap interface * based on SWIG, that * implements a Python interface for Gnucap * enables Gnucap extensions (components, algorithms..) in Python. === applications === == optimisation == quickly replace things like ASCO. Examples provided are * inv.py: optimise an inverter circuit (e.g. power consumption) while meeting some specs (such as timing) * mosfit.py: find bsim parameters to match DC behaviour == command plugins == Gnucap runs commands interactively. Such commands can now be implemented with a few lines of python * pz_spice.py: find poles and zeroes using scipy.linalg. * s_sparam.py: sparam analysis command. * c_nodeset.py: a nodeset command