go-python / gopy

gopy generates a CPython extension module from a go package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cross-platform generation of Python bindings

yangzh opened this issue · comments

gopy authors:

First of all, it's a great tool that I enjoyed so much, thanks for the insight and work!

I'm wondering if gopy can be expanded to allow cross-platform generation of Python bindings: for example, I want to generate Python bindings for linux (and distribute the package), from my Mac hosts.

Thanks.

I saw this issue has been raised and somehow addressed by others.