SILENT KILLERPanel

Current Path: > > opt > alt > python311 > lib > python3.11 > site-packages > pip > _vendor > distlib


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/python311/lib/python3.11/site-packages/pip/_vendor/distlib

NameTypeSizeLast ModifiedActions
__pycache__ Directory - -
_backport Directory - -
__init__.py File 581 bytes November 13 2023 22:00:31.
compat.py File 41495 bytes November 13 2023 22:00:31.
database.py File 51059 bytes November 13 2023 22:00:31.
index.py File 20739 bytes November 13 2023 22:00:31.
locators.py File 51965 bytes November 13 2023 22:00:31.
manifest.py File 14811 bytes November 13 2023 22:00:31.
markers.py File 4989 bytes November 13 2023 22:00:31.
metadata.py File 39109 bytes November 13 2023 22:00:31.
resources.py File 10820 bytes November 13 2023 22:00:31.
scripts.py File 17720 bytes November 13 2023 22:00:31.
util.py File 67766 bytes November 13 2023 22:00:31.
version.py File 23513 bytes November 13 2023 22:00:31.
wheel.py File 42943 bytes November 13 2023 22:00:31.

Reading File: //opt/alt/python311/lib/python3.11/site-packages/pip/_vendor/distlib/__init__.py

# -*- coding: utf-8 -*-
#
# Copyright (C) 2012-2019 Vinay Sajip.
# Licensed to the Python Software Foundation under a contributor agreement.
# See LICENSE.txt and CONTRIBUTORS.txt.
#
import logging

__version__ = '0.3.3'

class DistlibException(Exception):
    pass

try:
    from logging import NullHandler
except ImportError: # pragma: no cover
    class NullHandler(logging.Handler):
        def handle(self, record): pass
        def emit(self, record): pass
        def createLock(self): self.lock = None

logger = logging.getLogger(__name__)
logger.addHandler(NullHandler())

SILENT KILLER Tool