pypa / packaging.python.org

Python Packaging User Guide
http://packaging.python.org
1.44k stars 933 forks source link

Cover Go on the extension modules page? #360

Open ncoghlan opened 7 years ago

ncoghlan commented 7 years ago

I was able to find a couple of options for writing Python extension modules in Go:

However, I haven't found any public references for production use of such bindings comparable to the Sentry use case for Rust bindings.

ncoghlan commented 7 years ago

Article about the Go 1.5 changes that enabled this: https://blog.filippo.io/building-python-modules-with-go-1-5/

asottile commented 6 years ago

@ncoghlan the only public use I know of setuptools-golang is https://github.com/asottile/dockerfile