
A wheel is a zip-format archive with a specially formatted filename and the `.whl` extension. it is designed to contain all the files for a pep 376 compatible install in a way that is very close to the on-disk format.
the wheel project provides a `bdist_wheel` command for setuptools. wheel files can be installed with `pip`.
these are the command line scripts and manpages.