wheel 0.7


pip install wheel==0.7

Project Links

Meta
Author: Daniel Holth

Classifiers

Development Status
  • 2 - Pre-Alpha

Intended Audience
  • Developers

Programming Language
  • Python
  • Python :: 2
  • Python :: 2.6
  • Python :: 2.7
  • Python :: 3
  • Python :: 3.2
  • Python :: 3.3

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.7

  • sort .dist-info at end of wheel archive

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

0.46.1 Apr 08, 2025
0.46.0 Apr 03, 2025
0.45.1 Nov 23, 2024
0.45.0 Nov 08, 2024
0.44.0 Aug 04, 2024
0.43.0 Mar 11, 2024
0.42.0 Nov 26, 2023
0.41.3 Oct 30, 2023
0.41.2 Aug 22, 2023
0.41.1 Aug 05, 2023
0.41.0 Jul 22, 2023
0.40.0 Mar 14, 2023
0.38.4 Nov 09, 2022
0.38.3 Nov 08, 2022
0.38.2 Nov 05, 2022
0.38.1 Nov 04, 2022
0.38.0 Oct 20, 2022
0.37.1 Dec 22, 2021
0.37.0 Aug 09, 2021
0.36.2 Dec 13, 2020
0.36.1 Dec 04, 2020
0.36.0 Dec 01, 2020
0.35.1 Aug 14, 2020
0.35.0 Aug 13, 2020
0.34.2 Jan 30, 2020
0.34.1 Jan 27, 2020
0.34.0 Jan 27, 2020
0.33.6 Aug 18, 2019
0.33.5 Aug 17, 2019
0.33.4 May 11, 2019
0.33.1 Feb 19, 2019
0.33.0 Feb 12, 2019
0.32.3 Nov 19, 2018
0.32.2 Oct 20, 2018
0.32.1 Oct 04, 2018
0.32.0 Sep 29, 2018
0.31.1 May 13, 2018
0.31.0 Apr 01, 2018
0.30.0 Sep 10, 2017
0.30.0a0 Sep 14, 2016
0.29.0 Feb 06, 2016
0.28.0 Feb 05, 2016
0.27.0 Feb 05, 2016
0.26.0 Sep 18, 2015
0.25.0 Sep 17, 2015
0.24.0 Jul 06, 2014
0.23.0 Apr 01, 2014
0.22.0 Sep 15, 2013
0.21.0 Jul 20, 2013
0.19.0 Jul 19, 2013
0.18.0 Jul 04, 2013
0.17.0 Jun 23, 2013
0.16.0 Apr 30, 2013
0.15.0 Jan 15, 2013
0.14.0 Oct 27, 2012
0.13.0 Oct 18, 2012
0.12.0 Oct 06, 2012
0.11.0 Oct 06, 2012
0.10.3 Oct 03, 2012
0.10.2 Oct 03, 2012
0.10.1 Oct 01, 2012
0.10.0 Oct 01, 2012
0.9.7 Sep 20, 2012
0.9.6 Sep 20, 2012
0.9.5 Sep 16, 2012
0.9.4 Sep 11, 2012
0.9.3 Sep 11, 2012
0.9.2 Aug 29, 2012
0.9.1 Aug 28, 2012
0.9 Aug 23, 2012
0.8 Aug 17, 2012
0.7 Jul 28, 2012
0.6 Jul 23, 2012
0.5 Jul 17, 2012
0.4.2 Jul 12, 2012
0.4.1 Jul 12, 2012
0.4 Jul 12, 2012
0.3 Jul 05, 2012
0.2 Jul 03, 2012
0.1 Jul 01, 2012
No dependencies