For the last 6 months my work revolved around topics related to Python packaging, PEP-427, build systems and the like. Soon I’ll have to share the knowledge to other members of my team.
It just dawned on me, that I have no idea where the name for the packaging format - “Wheel” - comes from and what it’s supposed to mean. Is it a noun? A verb? I won’t be able to sleep peacefully until I get to know the answer .
There’s nothing in the the PEP about it. The mailing list isn’t of much help here - the only mention of the rationale behind the name being, quote, “because newegg was taken”.
The langue is named after the Monty Python show, and as such much naming is taken from there. PyPi in its initial state was named cheese shop, as the famous part in the show Monty Python- Cheese Shop - YouTube. Because initially it only hosted links to the packages, so it was empty like that shop. And within a cheese shop what do you store? Wheels of cheese. Hence the name wheels. More about this has been presented within @dustin talk - https://youtu.be/AQsZsgJ30AE?t=886.
PyPI used to be called a cheeseshop, in reference to a Monty Python sketch (where the cheeseshop has no cheese). The joke was that PyPI was initially like that - it had nothing in it back then.
Based off that, wheel is a reference to wheels of cheese.
Also the current iteration of pypi.org is called Warehouse, reflecting the fact that all cheese are not only expected but required to be stored on PyPI.
By comparison, eggs have more advanced functionality that’s actually undesirable when unarchiving a ZIP is all that root needs to do (wheels do not run setup.py [as root or otherwise]: that’s like trying to roll on eggs)
Python has a long Monty Python cultural history. PyPI (the Python
Package Index) is often called the cheese shop (from the famous skit)
and a “wheel” is a “wheel of cheese”.
In my PyGotham 2018 presentation of 18 short plays about programming in
Python Credits and References for "Python Grab Bag: A Set of Short Plays" , the section
“A Play Entirely Full of Monty Python References” https://youtu.be/Tf6r55JMsNA?t=967 demonstrated the difficulty of
explaining the format name “wheel” to people who are wholly unfamiliar
with Monty Python and who do not routinely eat European-style cheese.
I named it in an entirely logical way. Python software is cheese . The format contains Python software. What is a container for cheese? A wheel. This followed tentative names that were worse.
It has nothing to do with the technical features. You are encouraged to enjoy the double meaning if you find it more fun.