go-python / gopy

gopy generates a CPython extension module from a go package.
BSD 3-Clause "New" or "Revised" License
2.03k stars 112 forks source link

cross-platform generation of Python bindings #333

Closed yangzh closed 1 year ago

yangzh commented 1 year ago

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.

yangzh commented 1 year ago

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