__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
"""
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()
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __pycache__ | Folder | 0755 |
|
|
| _commands | Folder | 0755 |
|
|
| __init__.py | File | 59 B | 0644 |
|
| __main__.py | File | 516 B | 0644 |
|
| _bdist_wheel.py | File | 21.22 KB | 0644 |
|
| _metadata.py | File | 6.04 KB | 0644 |
|
| _setuptools_logging.py | File | 781 B | 0644 |
|
| bdist_wheel.py | File | 1.08 KB | 0644 |
|
| macosx_libfile.py | File | 16.32 KB | 0644 |
|
| metadata.py | File | 757 B | 0644 |
|
| wheelfile.py | File | 9.07 KB | 0644 |
|