Skip to content

smok-serwis/doctor-wheel

Repository files navigation

doctor_wheel

PyPI PyPI version PyPI Maintainability Build status Wheel

doctor-wheel is an utility to reduce the size of your binary wheels by stripping their .so extensions with GNU strip

It requires strip to be available in PATH, and will refuse to run if it is not found.

Usage

doctor-wheel name-of-your-wheel-file.whl name-of-second-wheel-file.whl ...

You can provide as many wheel files as you want. They will be altered in place though. The files will be unzipped to a temporary directory.

Installation

pip install doctor-wheel

Change log

v1.2:

  • dropped satella requirement, so made available for Python 2.7