PHP 8.3.31
Preview: __main__.py Size: 516 B
/proc/thread-self/root/opt/hc_python/lib/python3.12/site-packages/wheel/__main__.py

"""
Wheel command line tool (enables the ``python -m wheel`` syntax)
"""

from __future__ import annotations

import sys
from typing import NoReturn


def main() -> NoReturn:  # needed for console script
    if __spec__.parent == "":
        # To be able to run 'python wheel-0.9.whl/wheel':
        import os.path

        path = os.path.dirname(os.path.dirname(__file__))
        sys.path[0:0] = [path]

    from ._commands import main as cli_main

    sys.exit(cli_main())


if __name__ == "__main__":
    main()

Directory Contents

Dirs: 2 × Files: 9

Name Size Perms Modified Actions
_commands DIR
- drwxr-xr-x 2026-06-11 06:30:31
Edit Download
- drwxr-xr-x 2026-06-11 06:30:31
Edit Download
1.08 KB lrw-r--r-- 2026-06-11 06:30:31
Edit Download
16.32 KB lrw-r--r-- 2026-06-11 06:30:31
Edit Download
757 B lrw-r--r-- 2026-06-11 06:30:31
Edit Download
9.07 KB lrw-r--r-- 2026-06-11 06:30:31
Edit Download
21.22 KB lrw-r--r-- 2026-06-11 06:30:31
Edit Download
6.04 KB lrw-r--r-- 2026-06-11 06:30:31
Edit Download
781 B lrw-r--r-- 2026-06-11 06:30:31
Edit Download
59 B lrw-r--r-- 2026-06-11 06:30:31
Edit Download
516 B lrw-r--r-- 2026-06-11 06:30:31
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).