grantpatten / pycwheel

Compile all py files in a wheel to pyc files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Compile all py files in a wheel to pyc files

License:MIT License


Languages

Language:Python 100.0%