A wheel is a ZIP-like archive format for Python packages with the .whl extension.
Wheels were introduced to Python with PEP 427 to simplify distribution installation. It replaces the egg format.
Useful Links:
- PEP 376 Database of Installed Python Distributions infrastructure Wheels are based on
- PEP 427 Introduction of the Wheel format
- Wheel package index