May 2018
Beginner to intermediate
452 pages
11h 26m
English
While a source distribution may be fine for simple software such as our application, packages with complicated build steps such as code compilation may benefit from a built distribution, where the building phase has already been done. The current format used by setuptools for built distributions is the wheel format.
A wheel (.whl) file is basically a ZIP file containing prebuilt code. They come in the following three types: