{"library":"pyc-wheel","title":"pyc-wheel","description":"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.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pyc-wheel"],"cli":{"name":"pyc-wheel","version":"sh: 1: pyc-wheel: not found"}},"imports":["from pyc_wheel import main"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pyc_wheel import main\n# Compile a wheel in-place\n# main() expects sys.argv style list or uses sys.argv\n# example: main(['pyc-wheel', '--inplace', 'path/to/wheel.whl'])","lang":"python","description":"Import and call main() with appropriate arguments. For CLI usage, run 'pyc-wheel --help'.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}