wagon icon indicating copy to clipboard operation
wagon copied to clipboard

Creates Wheel based archives to allow portable offline installation of Python packages and their dependencies

Results 9 wagon issues
Sort by recently updated
recently updated
newest added

Hello. I tried following along previous "wheels in wheels" discussions: * https://github.com/pypa/pip/issues/3848 * https://github.com/cloudify-cosmo/wagon/issues/101 Say I have a collection of loosely-related projects, with the same "overall project" versioning: * foo-0.2.3.whl...

I have a requirements file for a bunch of packages I want to install on some servers. I want to use Wagon to easily package and install them. However, Wagon...

enhancement

[jp@cfy-ctrl wagons]$ wagon create git+https://github.com/Cloudify-PS/cloudify-versa-plugin.git 2017-01-31 17:31:58,896 - wagon - INFO - Creating archive for git+https://github.com/Cloudify-PS/cloudify-versa-plugin.git... Source URL type git+https is not supported GitHub Cloudify-PS/cloudify-versa-plugin Contribute to cloudify-versa-plugin development by...

enhancement

Currently, the supported python versions are either provided via user input or automatically deduced (as a single version) from the python version currently used to create the wagon. 1. We...

enhancement

Right now, we allow arbitrary flags using a `-a` flag.

Currently, wagon just assumes that the ABI if none. The ABI is wheel specific and so I'm not even sure there's a smart way to calculate it for multiple dependencies....

help wanted
question

This was deprecated in Python 3.3. Fixes #157

Wagon uses [`urllib.request.URLopener`](https://docs.python.org/3/library/urllib.request.html#urllib.request.URLopener), which was deprecated in Python 3.3. Would you accept a patch that uses [`urlopen()`](https://docs.python.org/3/library/urllib.request.html#urllib.request.urlopen) instead? Ta!

this project only publishes a source distribution eg see https://pypi.org/project/wagon/#files (how ironic!) it looks as though the makefile tries to build and publish wheels, I do not know where that...