.eggTypical support level 2
Inspect Python Egg Contents Online
Egg is a legacy Python distribution format that often uses a ZIP archive containing packages and EGG-INFO metadata. Anyfile lists its entries without importing Python modules or processing setup hooks.
Choose a .egg 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 package and EGG-INFO paths
- Entry sizes and compression methods
Limits and conditions
- Dependencies, entry points and platform compatibility are not validated
- Python bytecode, native extensions and setup logic are never 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
How is an Egg different from a Wheel?
Egg is an older distribution convention; Wheel is the modern standardized built-package format used by current Python tooling.