Wagon

Latest version: v1.0.1

Safety actively analyzes 630656 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.3.2

* Fix Wrong pip path on Windows.

0.3.1

* Previously, Wagon would use the Python, pip and wheel executables that were in the path, or, if using a virtualenv, those within it. That is, you couldn't use another python that's not in the path. That's now fixed as we're now using the python, pip and wheel relative to the sys.executable path.

0.3.0

* Add a `--format` flag allowing to also choose the zip format for the wagon. Default is tar.gz.
* Wagons now have the .wgn extension.
* It is no longer required to provide a package_name==package_version when creating from PyPI. using `wagon create flask` will create a wagon of the latest version of Flask found in PyPI.
* Allow passing arbitrary pip args to the `create` and `install` commands via the `-a` flag. e.g. `wagon create flask -a '--retries 5'`.
* To pack up internal requirement files, you can now simply provide the `-r` flag instead of `-r .` which will look for requirement files within the path/archive. To explicitly provide additional requirement files, you can use the additional pip args feature.

.2.5 (2015-10-22)

* Wagon now officially supports Windows (and is tested via AppVeyor)
* { platform } tag is now generated using wheel's implementation for consistency's sake.

0.2.4

* Allow passing arbitrary pip args to wagon create via the wheel-args flag.
* Allow passing arbitrary pip args to wagon install via the install-args flag.

0.2.3

* Fixed attempting to install a package's dependencies from a dev-requirements file by using the -r flag failed.

0.2.2

* The default logger will no longer override the user's logger when importing wagon.
* Module -> Package (everywhere). Most importantly, the metadata now include package_name and package_version instead of module_name and module_version (what the hell was I thinking?).

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.