SILENT KILLERPanel

Current Path: > > opt > alt > python27 > lib64 > python2.7 > ensurepip


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //opt/alt/python27/lib64/python2.7/ensurepip

NameTypeSizeLast ModifiedActions
rewheel Directory - -
__init__.py File 7506 bytes January 08 2025 10:43:03.
__init__.pyc File 6181 bytes January 08 2025 10:43:03.
__init__.pyo File 6181 bytes January 08 2025 10:43:03.
__main__.py File 88 bytes January 08 2025 10:43:03.
__main__.pyc File 278 bytes January 08 2025 10:43:03.
__main__.pyo File 278 bytes January 08 2025 10:43:03.
_uninstall.py File 808 bytes January 08 2025 10:43:03.
_uninstall.pyc File 1148 bytes January 08 2025 10:43:03.
_uninstall.pyo File 1148 bytes January 08 2025 10:43:03.

Reading File: //opt/alt/python27/lib64/python2.7/ensurepip/_uninstall.py

"""Basic pip uninstallation support, helper for the Windows uninstaller"""

import argparse
import ensurepip
import sys


def _main(argv=None):
    parser = argparse.ArgumentParser(prog="python -m ensurepip._uninstall")
    parser.add_argument(
        "--version",
        action="version",
        version="pip {}".format(ensurepip.version()),
        help="Show the version of pip this will attempt to uninstall.",
    )
    parser.add_argument(
        "-v", "--verbose",
        action="count",
        default=0,
        dest="verbosity",
        help=("Give more output. Option is additive, and can be used up to 3 "
              "times."),
    )

    args = parser.parse_args(argv)

    return ensurepip._uninstall_helper(verbosity=args.verbosity)


if __name__ == "__main__":
    sys.exit(_main())

SILENT KILLER Tool