The X

1 tệp sử dụng phần mở rộng WHL

.WHL

Python Wheel Package

Phân loại:Tệp nén
Một tập tin WLAL là một gói được lưu trong định dạng Wheel, which is the chuẩn built-pack format used for Python distribution.Nó chứa tất cả các tập tin cho việc cài đặt Python và siêu dữ liệu, gồm cả phiên bản ứng dụng bánh xe và đặc trưng được dùng để gói nó.Tập tin WIL được nén bằng Zip nén.

sự miêu tả:

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.

WHL (Python Wheel Package) phần mềm liên quan:

Windows

1phần mềm

Mac

1phần mềm

Linux

1phần mềm

发送 E10663 至公众号 IT小技巧 查看软件名称。