auditwheel
brew install auditwheel
v6.7.0
MIT
Auditing and relabeling cross-distribution Linux wheels
5
30-day installs · #10679
19
90-day · #9826
32
365-day · #12409
526
★ GitHub stars · updated 2mo ago
Runtime dependencies
Links
- https://github.com/pypa/auditwheel
- GitHub: pypa/auditwheel
- Brew formula source: Formula/a/auditwheel.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"python@3.14"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Auditing and relabeling cross-distribution Linux wheels",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:35:37+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "auditwheel",
"github_default_branch": "main",
"github_last_commit_at": "2026-06-06T10:55:30Z",
"github_readme_excerpt": "auditwheel\n==========\n\n.. image:: https://travis-ci.org/pypa/auditwheel.svg?branch=main\n :target: https://travis-ci.org/pypa/auditwheel\n.. image:: https://badge.fury.io/py/auditwheel.svg\n :target: https://pypi.org/project/auditwheel\n.. image:: https://pepy.tech/badge/auditwheel/month\n :target: https://pepy.tech/project/auditwheel/month\n\nAuditing and relabeling of Linux and Android wheels.\n\nOverview\n--------\n\n``auditwheel`` is a command line tool to facilitate the creation of Python\n`wheel packages \u003chttp://pythonwheels.com/\u003e`_ (containing pre-compiled\nbinary extensions) that are compatible with a wide variety of distributions,\nconsistent with the `PEP 600 manylinux_x_y\n\u003chttps://www.python.org/dev/peps/pep-0600/\u003e`_, `PEP 513 manylinux1\n\u003chttps://www.python.org/dev/peps/pep-0513/\u003e`_, `PEP 571 manylinux2010\n\u003chttps://www.python.org/dev/peps/pep-0571/\u003e`_, `PEP 599 manylinux2014\n\u003chttps://www.python.org/dev/peps/pep-0599/\u003e`_ and `PEP 738 android\n\u003chttps://www.python.org/dev/peps/pep-0738/\u003e`_ platform tags.\n\n``auditwheel show``: shows external shared libraries that the wheel depends on\n(beyond the libraries included in the ``manylinux`` policies), and\nchecks the extension modules for the use of versioned symbols that exceed\nthe ``manylinux`` ABI.\n\n``auditwheel repair``: copies these external shared libraries into the wheel itself,\nand automatically modifies the appropriate ``RPATH`` entries such that these libraries\nwill be picked up at runtime. This accomplishes a similar result as if the libraries had\nbeen statically linked without requiring changes to the build system. Packagers are\nadvised that bundling, like static linking, may implicate copyright concerns.\n\nRequirements\n------------\n- OS: Linux (for Android wheels, macOS may also be used)\n- Python: 3.10+\n- `patchelf \u003chttps://github.com/NixOS/patchelf\u003e`_: 0.14+\n\nOnly systems that use `ELF\n\u003chttps://en.wikipedia.org/wiki/Executable_and_Linkable_Format\u003e`_-based linkage\nare supported (this should be essentially every",
"github_repo": "pypa/auditwheel",
"github_stars": 526,
"github_topics": [],
"homepage": "https://github.com/pypa/auditwheel",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 5,
"installs_365d": 32,
"installs_90d": 19,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": null,
"llm_model": null,
"name": "auditwheel",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 10679,
"rank_365d": 12409,
"rank_90d": 9826,
"raw_hash": "6dbdaf1fb22920a3",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/a/auditwheel.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": null,
"version_stable": "6.7.0",
"versioned_formulae": [],
"why_use_this": null
}