top | item 36984499

(no title)

kalekold | 2 years ago

Packages are wheels? lolwut?

> Wheels are the new standard of Python distribution and are intended to replace eggs.

Ahhh... ???

discuss

order

incrudible|2 years ago

Packages are a language-level concept in Python. A package may be a collection of source files on the filesystem, it's still a package, except that doesn't lend itself well to distribution. Moreover, from the language standpoint, the usage of a package (like "import numpy") is the same on all architectures, but the files needed for distribution (native extension module binaries) may differ.

Python is rife with Monty Python references, such as "spam and eggs" in place of "foo and bar", so "egg" was a natural choice.

loxdalen|2 years ago

The linked page has hyperlinks that you can click to get to the specification for at least Wheels.

LegitShady|2 years ago

Pokemon are involved it gets a little confusing.