CMD + K

wheel

Community

Built-package format for Python

Installation

To install this package, run one of the following:

Conda
$conda install timl::wheel

Usage Tracking

0.29.0
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

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. Many packages will be properly installed with only the "Unpack" step (simply extracting the file onto sys.path), and the unpacked archive preserves enough information to "Spread" (copy data and scripts to their final locations) at any later time.

About

Summary

Built-package format for Python

Last Updated

Sep 22, 2017 at 06:04

License

MIT

Total Downloads

2.9K

Supported Platforms

win-32