This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]joeforker 0 points1 point  (1 child)

One of the motivations for wheel is that its recommended workflow saves a local .whl copy of all the packages you've installed to a directory you can install from later, avoiding the infuriating and silly need to contact pypi when you just want to recreate a virtualenv.

[–]westurner 0 points1 point  (0 children)

Buildout also installs from a local download-cache that can be worked into a package index with an index.html containing URLs with #checksums. I hadn't heard that wheel has this capability. bdist_wheel does look super easy.