Skip to main content

A built-package format for Python.

Project description

Wheel

A built-package format for Python.

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.

The wheel project provides a bdist_wheel command for setuptools (requires distribute >= 0.6.28). Wheel files can be installed with a patched pip from https://github.com/dholth/pip.

Why not egg?

Python’s egg format predates the packaging related standards we have today, the most important being PEP 376 “Database of Installed Python Distributions” which specifies the .dist-info directory (instead of .egg-info) and PEP 345 “Metadata for Python Software Packages 1.2” which specifies how to express dependencies (instead of requires.txt in .egg-info).

Wheel implements these things. It also provides a richer file naming convention that communicates the Python implementation and ABI as well as simply the language version used in a particular package.

Unlike .egg, wheel will be a fully-documented standard at the binary level that is truly easy to install even if you do not want to use the reference implementation.

0.9

  • Updated digital signatures scheme

  • Python 3 support for digital signatures

  • Always verify RECORD hashes on extract

  • “wheel” command line tool to sign, verify, unpack wheel files

0.8

  • none/any draft pep tags update

  • improved wininst2wheel script

  • doc changes and other improvements

0.7

  • sort .dist-info at end of wheel archive

  • Windows & Python 3 fixes from Paul Moore

  • pep8

  • scripts to convert wininst & egg to wheel

0.6

  • require distribute >= 0.6.28

  • stop using verlib

0.5

  • working pretty well

0.4.2

  • hyphenated name fix

0.4

  • improve test coverage

  • improve Windows compatibility

  • include tox.ini courtesy of Marc Abramowitz

  • draft hmac sha-256 signing function

0.3

  • prototype egg2wheel conversion script

0.2

  • Python 3 compatibility

0.1

  • Initial version

Project details


Release history Release notifications | RSS feed

This version

0.9

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wheel-0.9.tar.gz (26.3 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

wheel-0.9-py32-none-any.whl (30.9 kB view details)

Uploaded Python 3.2

wheel-0.9-py27-none-any.whl (30.9 kB view details)

Uploaded Python 2.7

File details

Details for the file wheel-0.9.tar.gz.

File metadata

  • Download URL: wheel-0.9.tar.gz
  • Upload date:
  • Size: 26.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for wheel-0.9.tar.gz
Algorithm Hash digest
SHA256 a5092ad01848ab3bed38cf2e0aead3ca84fec6b7912562b9e8b69ba0a717df27
MD5 3b730ea145e1166ea7ad080749c8fe27
BLAKE2b-256 fc6248c826c3d7c15367a855ebab08b37a72ee9f33f41d4536fb16b6aa124acd

See more details on using hashes here.

File details

Details for the file wheel-0.9-py32-none-any.whl.

File metadata

  • Download URL: wheel-0.9-py32-none-any.whl
  • Upload date:
  • Size: 30.9 kB
  • Tags: Python 3.2
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for wheel-0.9-py32-none-any.whl
Algorithm Hash digest
SHA256 4698c1d702ca4aa52225920ca53bce0f29576574cf5b7bfa06396487e6deca57
MD5 3b8546f3d1b30ca8577bd7a096c7c645
BLAKE2b-256 344baa762fd3c034baa7fdc266bf8f54e442c9d1b0aedce74ff32d287af25db3

See more details on using hashes here.

File details

Details for the file wheel-0.9-py27-none-any.whl.

File metadata

  • Download URL: wheel-0.9-py27-none-any.whl
  • Upload date:
  • Size: 30.9 kB
  • Tags: Python 2.7
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for wheel-0.9-py27-none-any.whl
Algorithm Hash digest
SHA256 c989d0fa556621341d46167389496e5c9191b5c4eb5a70d1190c473207ddd9c8
MD5 c6751cbca92113f750edee4cc55d061b
BLAKE2b-256 9853d87853d5490feb0ec9295e645ce0fa631ed95c2020d3411103561563e045

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page