macOS
brew install auditwheellocal Homebrew formula metadata
brew
auditwheel のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install auditwheellocal Homebrew formula metadata
sudo dnf install auditwheelFedora Rawhide package metadata · auditwheel · ソース: dl.fedoraproject.org
nix profile install nixpkgs#auditwheelnixpkgs package indexes · auditwheel · ソース: raw.githubusercontent.com
概要
Auditing and relabeling cross-distribution Linux wheels
履歴
auditwheel is a PyPA command-line tool for auditing and repairing Linux and Android Python wheels so they comply with manylinux and related binary compatibility policies. It is one of the small tools that turned Python binary distribution on Linux from a packaging argument into a repeatable release step.
The auditwheel GitHub repository was created in January 2016, and PyPI records the first 1.0.0 upload on 2016-01-21. The README describes it as a tool for auditing and relabeling Linux and Android wheels.
PEP 513, the manylinux1 proposal, explicitly introduced auditwheel as a command-line executable able to inspect wheel dependencies and automatically copy external shared libraries into wheels, update RPATH, and add suitable platform tags. Later policy work, especially PEP 600, kept auditwheel as the practical implementation guide while avoiding making it the normative definition of manylinux itself.
auditwheel became part of the expected PyPI release workflow for projects shipping compiled extensions on Linux: build in a manylinux container, run auditwheel show to inspect shared-library dependencies, then run auditwheel repair to vendor allowed libraries and retag the wheel. The PyPA packaging guide lists auditwheel across manylinux standards, and the supplied package facts show Homebrew, Fedora, and Nix packaging.
The README documents two main commands. auditwheel show reports external shared libraries and symbol-version compatibility against manylinux policies. auditwheel repair copies required external libraries into the wheel, rewrites RPATH entries, and emits a repaired wheel with manylinux tags.
auditwheel is package-nerd core infrastructure because it encodes the uncomfortable boundary between Python packaging metadata, ELF linking, glibc symbol versions, containerized build images, and PyPI installer compatibility. It is the tool maintainers reach for when a wheel works on the build host but needs to work across Linux distributions.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
auditwheel | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/pypa/auditwheel
インストールメタデータ
| パッケージキー | brew:auditwheel |
|---|---|
| バージョン | 6.7.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/auditwheel |
| ホームページ | https://github.com/pypa/auditwheel |
| リポジトリ | https://github.com/pypa/auditwheel |
| 上流ドキュメント | https://github.com/pypa/auditwheel#readme |
| ライセンス | MIT |
| ソースアーカイブ | https://files.pythonhosted.org/packages/f6/4d/2684ff85bbc51d2acfe9d6184aea70e4f6a50d8de2de6cb41a23e501e4ef/auditwheel-6.7.0.tar.gz |
| 最終更新 | 2026-05-27T07:04:02Z |
| Pulse | updated |
| 依存関係 | python@3.14 |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | auditwheel |
| Version Scheme | 0 |
| Revision | 0 |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
auditwheel
nix profile install nixpkgs#auditwheelauditwheel 6.7.0-2.fc45
Cross-distribution Linux wheels auditing and relabeling
https://github.com/pypa/auditwheel
sudo dnf install auditwheelソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.