pycwheel

Compile all py files in a wheel to pyc files


Keywords
pyc, wheel, compile
License
MIT
Install
pip install pycwheel==1.0.0

Documentation

Compile all py files in a wheel to pyc files

The package version information is changed to append .compiled to the end.

If you want the pyc only version of the wheel, specify the .compiled version in your requirements file.

Usage

$ pycwheel your_wheel-1.0.0-py2-none-any.whl
# Output: your_wheel-1.0.0.compiled-py2-none-any.whl