glycerine / pyg

Python 3.7.1 bindings for Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoDoc

pyg is forked and derived from https://github.com/qur/gopy; it has been adapted to target python 3.7.1.

This package presents an idomatic Go interface to the CPython C API described at http://docs.python.org/3/c-api/index.html

Embedding Python is fully supported, with the ability to initialise the interpreter, enable threading support, manipulate the GIL and call Python API functions to manipulate Python objects.

Installation is a simple matter of re-pointing the python-3.7m.pc symlink to point to the pkg-config .pc file in your python installation.

About

Python 3.7.1 bindings for Golang

License:Other


Languages

Language:Go 84.6%Language:C 13.7%Language:Python 1.3%Language:Makefile 0.4%