absorb.md

Gotowheel

3 mentions across 1 person

Visit ↗
Simon Willison
github_readme · 2026-02-10
Recommended

Compile Go CLI programs into Python wheels. This tool takes a Go module directory, cross-compiles it for multiple platforms, and produces properly-tagged Python wheels that can be installed via `pip` or `pipx` to get the Go binary on your PATH.

Distributing Go Binaries via Python Wheels