pypa / installer

A low-level library for installing from a Python wheel distribution.
https://installer.readthedocs.io/
MIT License
126 stars 51 forks source link

Add `--validate-record` to CLI #161

Closed BlueGlassBlock closed 1 year ago

BlueGlassBlock commented 1 year ago

Corresponding to #147.

python -m installer --validate-record=all pkg.whl

Choices are all entries (only name precedence in RECORD) and none (default)

pradyunsg commented 1 year ago

Adding a cross-reference to https://github.com/pypa/installer/issues/156 :)

pradyunsg commented 1 year ago

Thanks @BlueGlassBlock! ^>^