Anyfile
Open file
.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 file

Your 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-ZipUse 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

Archive metadata viewer
Bounded local listings for ZIP-derived and compressed archives.
See implementation and open-source credits

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.