Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Idea: Packaging multiple wheels in the same archive #67

Open
nir0s opened this issue Nov 22, 2016 · 0 comments
Open

Idea: Packaging multiple wheels in the same archive #67

nir0s opened this issue Nov 22, 2016 · 0 comments

Comments

@nir0s
Copy link

nir0s commented Nov 22, 2016

As per @ncoghlan's recommendation, I'm posting the idea here. I posted it under pip's repo but it obviously did not belong there.

I'd like to propose standardization of packaging multiple wheels (a package with its dependencies) in a single package. The reasoning behind this is that given a runtime environment, I only need a single package to run my code. A reasonable requirement would be to provide a way within pip to install and create such a package and that the package will contain metadata to ascertain which platforms the package can be installed on, if the package's supported python versions matches the sys.executable installing it and a way to validate that the package isn't corrupted.

I would like to propose a PEP for this if it makes sense.

The current reference implementation for this can be found here: https://github.com/cloudify-cosmo/wagon but I would like to expand on it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant