.WHL 文件扩展名

Python Wheel Package

开发者 Python
受欢迎程度
3.7  |  57 
 

什么是 WHL 文件?

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.

更多信息

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.
使用File Viewer Plus打开 400 多种文件格式。免费下载

可打开或引用 WHL 文件的程序

分类: 压缩
更新时间: 2017-11-21

验证者 FileInfo.com

FileInfo.com 团队 独立研究了本页面列出的 Python Wheel Package 文件格式和 Mac, Windows, and Linux 应用。 我们的目标是达到 100% 的准确率,并且仅发布我们已验证过的文件类型信息。

如果您想为此页面提出新增或更新建议,请告诉我们