wheelbin 1.2.0
pip install wheelbin==1.2.0
Released:
Compile all Python files inside a wheel to bytecode files
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Grant Patten
- Maintainer: Víctor Molina García
- Tags pyc, wheel, compile
- Requires: Python >=2.6, !=3.0.*, !=3.1.*, <4
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
wheelbin receives a wheel file and returns its compiled version, i.e. an equivalent wheel file with the Python files substituted with their corresponding Python bytecode files.
The output wheel filename reflects this compilation by fixing the Python implementation, ABI and target architecture, and it replaces the .whl extension with .bin.whl.
Additionally, Python files can be excluded from compilation by passing a wildcard expression to the --exclude option.
wheelbin is a package forked from the original pycwheel by Grant Patten.
Usage
For example, given a wheel file your_wheel-1.0.0-py3-none-any.whl and wheelbin installed on a GNU/Linux distribution under Python 3.7:
$ wheelbin your_wheel-1.0.0-py3-none-any.whl
# Output: your_wheel-1.0.0-cp37-cp37m-linux_x86_64.bin.whl
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Grant Patten
- Maintainer: Víctor Molina García
- Tags pyc, wheel, compile
- Requires: Python >=2.6, !=3.0.*, !=3.1.*, <4
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file wheelbin-1.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: wheelbin-1.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 13.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 145bca0528c47e41b7bb7112d46cb246b15f47a18e8732f94dc85d4ccddc4c00 |
|
MD5 | 7da2d8e485d8c04ebd54d6f23936b06e |
|
BLAKE2b-256 | 64469e943e2accf034bf847716af450cc6e900dff5bf927dafb3e45582910133 |