-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Labels
enhancementNew feature or requestNew feature or request
Description
@sixninetynine! Shiv looks rad. I've been lamenting about pkg_resources slowing down our Python CLI tools @NerdWallet.
One pex feature we rely on is building a single .pex file for multiple platforms (i.e. pex --platform linux-x86_64 --platform macosx-10.11-x86_64 ...). We pre-compile all of our own wheel files in a private repo so this means we end up with a single .pex full of our custom built wheels (fast builds, happy security folks, etc...)
#7 talks about invoking shiv for a different target, but it doesn't talk about multiple targets.
Is this even possible with Shiv? I hope so, I'd love to contribute back to shiv and explore moving to it!
anthrotype, amitbha, WillDaSilva and gy-mate
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request