Skip to content

grantpatten/pycwheel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages