nir0s
nir0s
That being said, this means that to keep a consistent API as well have to come up with a good mapping from each OS type to the names of the...
`distro.linux_distribution` is meant to replace `platform.linux_distribution`.. so I think it's kinda weird to remove it now, though there's no problem with deprecating it at some point. If we want `distribution`,...
Um, it seems more natural to me to return empty for `linux_distribution` if you're not on linux and maybe throw a warning. Mapping might create some ambiguity since you're getting...
We should also check how wheel implements this and directly use its implementation if possible.
Looking at this, it seems like wheel's implementation is irrelevant here. Wheel's implementation simply takes the runtime env (ip, pp, py, etc..), appends the relevant python versions and uses it...
Also, see here: http://wheel.readthedocs.io/en/latest/#defining-the-python-version
So, you'd expect to send a requirements file as an "argument" to wagon, it will download all wheels and put them in a single wgn. Is this right? How should...
Note that we're working on a redo for Wagon and will try to include this feature in the new version.
Sorry, but it seems we'll only be able to promote this with version v1.0.0 which has an unknown release date.
This is actually by design, much like with pip, you should be able to provide just a "name", which will be looked up in PyPi, and a local path. Would...