Description
Builds and handles Python wheel packages, the binary distribution format commonly used by pip and packaging tools. It helps projects publish installable artifacts without rebuilding from source on every target system.
Developers and packagers use it during build and release workflows. Wheels can execute installation code through their contents and dependencies, so build from trusted sources and inspect artifacts before publishing.