.whlTypical support level 2
Inspect Python Wheel Contents Online
A wheel is a ZIP-derived built distribution for Python, with a filename and dist-info metadata describing compatibility. Anyfile lists package entries without importing modules, installing dependencies or running setup code.
Choose a .whl fileYour file stays on this device
Anyfile reads only the local file you select. Parsing, decoding and rendering happen in this browser tab; the file is not uploaded to Anyfile servers.
What Anyfile can show
- Python modules, native-extension and dist-info paths
- Entry sizes and compression methods
Limits and conditions
- Wheel tags, RECORD hashes and dependencies are not fully validated
- Python and native code are never imported or executed
Need deeper capabilities?
7-Zip — Use an archive utility when you need to extract, verify or change package contents.
Independent suggestion; no partnership or endorsement is implied.
IMPLEMENTATION
Viewers responsible for this format
Common question
Can inspecting a wheel run its Python code?
No. The archive viewer only reads entry metadata and never invokes Python or an installer.