A tool to compile all .py files inside a wheel to .pyc files, optimizing startup time. Current version 2.3.0, supports Python >=3.10,<4.0.0. Maintenance release cadence appears irregular.
pip install pyc-wheelVerified import paths — ran on the pinned version, not inferred.
Import and call main() with appropriate arguments. For CLI usage, run 'pyc-wheel --help'.
Use 'pip install pyc-wheel' and 'from pyc_wheel import main'.
Run 'pip wheel . --no-deps -w dist' then 'pyc-wheel dist/*.whl'.
Use 'pyc-wheel input.whl -o output.whl' or '--output-dir'.
Use 'from pyc_wheel import main' (underscore) instead.
Upgrade Python to 3.10 or higher, or use an older version of pyc-wheel (pip install 'pyc-wheel<2').
No dependency data recorded yet.