ladderKnot

image

packageDependency

image

Wheel (.whl) {follows pep427 formatting std} {zip archive that has compiled binary files(.so, .dll, .pyd for C/C++ extension modules), .py, metadata files (child wheel, setup.py etc)} .

image

To install: pip install somepackage.whl


for package maintainer, wanting to distribute package as a wheel: pip install wheel

Then Navigate to your package directory and run: python setup.py bdist_wheel This command will generate a .whl file in the dist directory of your package.