dionb / goshimpy

A go shim for python to allow you to call python functions like they're go functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goshimpy

GoDoc

A go shim for python

When it's finished you will be able to call a function in python from go without needing to care how it happens.

To call a function in python call goshimpy.Call()

Parameters should be as follows: goshimpy.Call(funcName, importPath, &outputTarget, params…)

About

A go shim for python to allow you to call python functions like they're go functions


Languages

Language:Go 94.7%Language:Python 5.3%