This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author domdfcoding
Recipients dchimeno, domdfcoding
Date 2021-06-30.20:44:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625085885.17.0.764199264779.issue39846@roundup.psfhosted.org>
In-reply-to
Content
I have run into this myself and was surprised unpack_archive didn't support wheels. I would like to see support added, and don't mind doing the work myself.

That said, I can see there being an issue with the number of supported zip-based formats ballooning: Java JARs, Android APKs etc.
However, wheels have a use case for easily extracting them -- that's how they're installed. I can't see a use case for being able to *easily* extract other formats.

If there's no opposition I will start work on a PR.
History
Date User Action Args
2021-06-30 20:44:45domdfcodingsetrecipients: + domdfcoding, dchimeno
2021-06-30 20:44:45domdfcodingsetmessageid: <1625085885.17.0.764199264779.issue39846@roundup.psfhosted.org>
2021-06-30 20:44:45domdfcodinglinkissue39846 messages
2021-06-30 20:44:45domdfcodingcreate