FileInfo

Idiomas

Visión General

What is a WHL file? A WHL file is a package saved in the Wheel format, which is the standard built-package format used for Python distributions. It contains all the files for a Python install and metadata , which includes the version of the wheel implementation and specification used to package it. WHL files are compressed using Zip compression.

More Information The Wheel format was introduced in PEP 427, which is a Python Enhancement Proposal authored by Daniel Holth and accepted in 2012. It was developed as a quicker and more reliable method of installing Python software than re-building from source code every time. WHL files only have to be moved to the correct location on the target system to be installed, whereas a source distribution requires a build step before installation. There are three types of WHL files: Universal Wheel - It only contains Python files, no compiled extensions, and natively supports Python 2 and 3. Pure Python Wheel - It only contains Python files and no compiled extensions, but does not natively support Python 2 and 3. Platform Wheel - It contains Python files and compiled extensions but does not natively support Python 2 and 3. This type of wheel is specific to a platform, such as Windows or macOS, because it contains compiled extensions.

Popularity3.7/5

56 votes

Quick AppUsed by
VerifiedVerified by FileInfo.com The FileInfo.com team has independently researched the Python Wheel Package file format and Mac, Windows, and Linux apps listed on this page. Our goal is 100% accuracy and we only publish information about file types that we have verified. If you would like to suggest any additions or updates to this page, please let us know .

Document Icon

Migas de pan

DeveloperPython
Popularity3.7 | 56 Votes

Previous / Next

In-Depth

.WHL File Extension

Python Wheel Package

DeveloperPython
Popularity
3.7  |  56 Votes
 

What is a WHL file?

A WHL file is a package saved in the Wheel format, which is the standard built-package format used for Python distributions. It contains all the files for a Python install and metadata , which includes the version of the wheel implementation and specification used to package it. WHL files are compressed using Zip compression.

More Information

The Wheel format was introduced in PEP 427, which is a Python Enhancement Proposal authored by Daniel Holth and accepted in 2012. It was developed as a quicker and more reliable method of installing Python software than re-building from source code every time. WHL files only have to be moved to the correct location on the target system to be installed, whereas a source distribution requires a build step before installation.

There are three types of WHL files:

Open over 400 file formats with File Viewer Plus . Free Download

Programs that open or reference WHL files

Sort

Pricing

Program Name

Platform

Reset

X

Windows

Python Software Foundation Python

Free

Mac

Python Software Foundation Python

Free

Linux

Python Software Foundation Python

Free

Category: Compressed Files

Updated: November 21, 2017

Preguntas Frecuentes

What is a WHL file?
A WHL file is a package saved in the Wheel format, which is the standard built-package format used for Python distributions. It contains all the files for a Python install and metadata, which includes the version of the wheel implementation and specification used to package it. WHL files are compressed using Zip compression.