SILENT KILLERPanel

Current Path: > > usr > lib > python2.7 > site-packages > > pip > > models


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: //usr/lib/python2.7/site-packages//pip//models

NameTypeSizeLast ModifiedActions
__init__.py File 71 bytes April 21 2022 18:08:21.
__init__.pyc File 260 bytes April 21 2022 18:08:35.
__init__.pyo File 260 bytes April 21 2022 18:08:35.
index.py File 487 bytes April 21 2022 18:08:21.
index.pyc File 1069 bytes April 21 2022 18:08:35.
index.pyo File 1069 bytes April 21 2022 18:08:35.

Reading File: //usr/lib/python2.7/site-packages//pip//models/index.py

from pip._vendor.six.moves.urllib import parse as urllib_parse


class Index(object):
    def __init__(self, url):
        self.url = url
        self.netloc = urllib_parse.urlsplit(url).netloc
        self.simple_url = self.url_to_path('simple')
        self.pypi_url = self.url_to_path('pypi')
        self.pip_json_url = self.url_to_path('pypi/pip/json')

    def url_to_path(self, path):
        return urllib_parse.urljoin(self.url, path)


PyPI = Index('https://pypi.python.org/')

SILENT KILLER Tool