Naive go bindings towards the C-API of CPython-3.6, gopy provides minimum runnable function set contains Initialize
, InsertPackagePath
, CallFunc
, Finalize
and so on.
Inspired by go-python.
- python3.6
- pkg-config
add-apt-repository -y ppa:deadsnakes/ppa && apt install -y python3.6 python3.6-dev
apt install -y pkg-config
See python_test.go file.