-
Notifications
You must be signed in to change notification settings - Fork 798
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
.whl files larger than expected #1380
Comments
If I don't remember incorrectly, the PyWin32 package comes with documentation, too. I think there was a .chm file (html documentation) inside, too. |
I had a quick look and the .whl files seems to have the same as the executables - I suspect the .whl files simply aren't compressed (but I failed to find out how to do that in the minute I spent on it :) |
Wheels are already zip files (which works on a per-file compression).
The currently used |
To @thopiekar 's point: pywin32 could ship a link file to the online doc instead. There's only 80KB of actual html files in win32com. |
I'll close this as unactionable. To further reduce wheel size, please look at the linked pypa issues above |
If you download from here:
https://pypi.org/simple/pywin32
you can check the size:
Then if you download Python itself from here:
https://python.org/downloads/release/python-374
you can check the size:
So pywin32 is larger than Python itself. Is this expected?
The text was updated successfully, but these errors were encountered: