Skip to main content

Replace all py files in a wheel with pyc or pyo files.

Project description

Convert all py files in a whl to pyc.

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

References:

https://www.python.org/dev/peps/pep-0427/

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page