.pyzTypical support level 2
Inspect Python PYZ Application Contents Online
PYZ and PYZW files are executable Python ZIP applications that normally contain a __main__.py entry point plus modules and resources. Anyfile lists bounded entries and never invokes the Python interpreter.
Choose a .pyz 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
- __main__.py, module and resource paths
- Entry sizes and compression information
Limits and conditions
- Source, bytecode and native modules are not executed
- Import behavior and runtime dependencies are not resolved
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 PYZ start the application?
No. The archive viewer does not call Python; PYZW is redirected here because it is the windowed variant of the same package task.