SILENT KILLERPanel

Current Path: > > opt > alt > python37 > lib > > python3.7 > site-packages > setuptools > > _distutils > command


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/python37/lib//python3.7/site-packages/setuptools//_distutils/command

NameTypeSizeLast ModifiedActions
__pycache__ Directory - -
__init__.py File 799 bytes November 13 2023 21:35:13.
bdist.py File 5562 bytes November 13 2023 21:35:13.
bdist_dumb.py File 4913 bytes November 13 2023 21:35:13.
bdist_msi.py File 35579 bytes November 13 2023 21:35:13.
bdist_rpm.py File 21537 bytes November 13 2023 21:35:13.
bdist_wininst.py File 16030 bytes November 13 2023 21:35:13.
build.py File 5773 bytes November 13 2023 21:35:13.
build_clib.py File 8022 bytes November 13 2023 21:35:13.
build_ext.py File 31683 bytes November 13 2023 21:35:13.
build_py.py File 16495 bytes November 13 2023 21:35:13.
build_scripts.py File 5963 bytes November 13 2023 21:35:13.
check.py File 5637 bytes November 13 2023 21:35:13.
clean.py File 2776 bytes November 13 2023 21:35:13.
config.py File 13117 bytes November 13 2023 21:35:13.
install.py File 27534 bytes November 13 2023 21:35:13.
install_data.py File 2822 bytes November 13 2023 21:35:13.
install_egg_info.py File 2603 bytes November 13 2023 21:35:13.
install_headers.py File 1298 bytes November 13 2023 21:35:13.
install_lib.py File 8397 bytes November 13 2023 21:35:13.
install_scripts.py File 2017 bytes November 13 2023 21:35:13.
py37compat.py File 671 bytes November 13 2023 21:35:13.
register.py File 11712 bytes November 13 2023 21:35:13.
sdist.py File 19005 bytes November 13 2023 21:35:13.
upload.py File 7597 bytes November 13 2023 21:35:13.

Reading File: //opt/alt/python37/lib//python3.7/site-packages/setuptools//_distutils/command/py37compat.py

import sys


def _pythonlib_compat():
    """
    On Python 3.7 and earlier, distutils would include the Python
    library. See pypa/distutils#9.
    """
    from distutils import sysconfig
    if not sysconfig.get_config_var('Py_ENABLED_SHARED'):
        return

    yield 'python{}.{}{}'.format(
        sys.hexversion >> 24,
        (sys.hexversion >> 16) & 0xff,
        sysconfig.get_config_var('ABIFLAGS'),
    )


def compose(f1, f2):
    return lambda *args, **kwargs: f1(f2(*args, **kwargs))


pythonlib = (
    compose(list, _pythonlib_compat)
    if sys.version_info < (3, 8)
    and sys.platform != 'darwin'
    and sys.platform[:3] != 'aix'
    else list
)

SILENT KILLER Tool