Distributing Go binaries like sqlite-scanner through PyPI using go-to-wheel
Summary
Simon Willison demonstrates distributing Go binaries through PyPI using a tool called go-to-wheel, using sqlite-scanner as a concrete example. The post explains how Python packaging can automatically select the correct OS/architecture binary via wheel names, shows how to build and publish wheels, and discusses applying this pattern to other Python projects.