[ Avaa Bypassed ]




Upload:

Command:

www-data@3.16.75.169: ~ $
"""
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())

Filemanager

Name Type Size Permission Actions
cli Folder 0755
vendored Folder 0755
__init__.py File 23 B 0644
__main__.py File 417 B 0644
bdist_wheel.py File 18.63 KB 0644
macosx_libfile.py File 15.56 KB 0644
metadata.py File 4.24 KB 0644
pkginfo.py File 1.23 KB 0644
util.py File 938 B 0644
wheelfile.py File 7.41 KB 0644