OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
venv
/
lib
/
python3.6
/
site-packages
/
wheel
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 06:58:42 AM
rwxr-xr-x
📄
__init__.py
23 bytes
05/09/2024 06:58:41 AM
rw-r--r--
📄
__main__.py
417 bytes
05/09/2024 06:58:41 AM
rw-r--r--
📄
bdist_wheel.py
18.63 KB
05/09/2024 06:58:41 AM
rw-r--r--
📁
cli
-
05/09/2024 06:58:41 AM
rwxr-xr-x
📄
macosx_libfile.py
15.56 KB
05/09/2024 06:58:41 AM
rw-r--r--
📄
metadata.py
4.24 KB
05/09/2024 06:58:41 AM
rw-r--r--
📄
pkginfo.py
1.23 KB
05/09/2024 06:58:41 AM
rw-r--r--
📄
util.py
938 bytes
05/09/2024 06:58:41 AM
rw-r--r--
📁
vendored
-
05/09/2024 06:58:41 AM
rwxr-xr-x
📄
wheelfile.py
7.4 KB
05/09/2024 06:58:41 AM
rw-r--r--
Editing: __main__.py
Close
""" Wheel command line tool (enable python -m wheel syntax) """ 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())