Skip to content

Survey of Python wheel "repairing" tools #6

Open
@sethmlarson

Description

Tools that bundle software into wheels on behalf of users post-build, typically during continuous integration runs. The common tools that I've seen for this are:

  • auditwheel (manylinux, musllinux)
  • delocate (macOS)
  • delvewheel (Windows)
  • repairwheel (cross-platform CLI using the other three tools)

The toughest question for all of these tools are whether they can reliably find software identifiers that are relevant. Package URLs should be possible for manylinux, musllinux, and projects using Homebrew on macOS. Where software IDs aren't automatically findable, at least there is a "known-unknown" situation happening so consumers can dig deeper and potentially contribute back the missing information.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions