-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wheel binary format #3
Comments
Hi Michele and thanks for the feedback! During the development of the first prototype of
If things mature a bit and there is a way around issue 2 I could see |
AFAIK wheels are a binary distribution.
|
Of course, you're right, wheels are a binary distribution! With binary distribution I was specifically referring to the archive format created by It seems like in the future wheels can completely replace binary distribution archives created with By the way, if features like this are accepted into mainline pip I wonder if there remains a place for |
pip now uses wheels by default, perhaps we don't need this anymore? |
Great tool!
Have you considered using Wheels as binary format? They're pretty advanced and got accepted through some PEPs. Here it is a couple of interesing links:
https://wheel.readthedocs.org
https://bitbucket.org/dholth/wheel
The text was updated successfully, but these errors were encountered: