Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
python3 /
dist-packages /
wheel /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2025-04-08 16:44
cli
[ DIR ]
drwxr-xr-x
2025-04-08 16:44
vendored
[ DIR ]
drwxr-xr-x
2025-04-08 16:44
__init__.py
59
B
-rw-r--r--
2022-11-09 20:43
__main__.py
455
B
-rw-r--r--
2022-11-09 20:43
_setuptools_logging.py
746
B
-rw-r--r--
2022-11-09 20:43
bdist_wheel.py
18.84
KB
-rw-r--r--
2022-11-09 20:43
macosx_libfile.py
15.77
KB
-rw-r--r--
2022-11-09 20:43
metadata.py
3.64
KB
-rw-r--r--
2022-11-09 20:43
util.py
621
B
-rw-r--r--
2022-11-09 20:43
wheelfile.py
7.36
KB
-rw-r--r--
2022-11-09 20:43
Save
Rename
""" Wheel command line tool (enable python -m wheel syntax) """ from __future__ import annotations import sys def main(): # needed for console script if __package__ == "": # 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] import wheel.cli sys.exit(wheel.cli.main()) if __name__ == "__main__": sys.exit(main())