wheelfile
wheelfile copied to clipboard
🔪🧀 API for creating and inspecting Python .whl files (wheels).
[added support for license_file defined in PEP639](https://github.com/MrMino/wheelfile/commit/949f198adead3d048f1caf83aa49f89ace8870a2)
…It avoid canonicalizing wheel names when patching existing wheels
…ontained vendored dependencies Without this, I get an exception when trying to update a wheel for the package `py`. The reason is that `py` includes vendored dependencies. This patch allows...
This addresses https://github.com/MrMino/wheelfile/issues/17
I am currently investigating this issue with our script that uses `wheelfile`: https://github.com/ComputeCanada/wheels_builder/issues/42 The permissions are not preserved when updating wheels. It could be related to this issue: https://bugs.python.org/issue15795 This...
Requires is a multi-valued keyword found (at least) in the wheel for `scikit-image`
I am writing a script using wheelfile, and it fails on some wheels that seem otherwise correct. It fails with : ``` Traceback (most recent call last): File "../manipulate_wheels.py", line...
This is to fix https://github.com/MrMino/wheelfile/issues/13