SILENT KILLERPanel

Current Path: > > opt > cloudlinux > venv > lib > python3.11 > site-packages > virtualenv > seed > wheels > embed >


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/cloudlinux/venv/lib/python3.11/site-packages/virtualenv/seed/wheels/embed/

NameTypeSizeLast ModifiedActions
__pycache__ Directory - -
__init__.py File 2417 bytes April 17 2025 13:10:59.
pip-10.0.1-py2.py3-none-any.whl File 1307639 bytes April 17 2025 13:10:59.
pip-18.1-py2.py3-none-any.whl File 1323545 bytes April 17 2025 13:10:59.
pip-20.3.4-py2.py3-none-any.whl File 1522101 bytes April 17 2025 13:10:59.
pip-21.3.1-py3-none-any.whl File 1723581 bytes April 17 2025 13:10:59.
pip-23.1-py3-none-any.whl File 2064542 bytes April 17 2025 13:10:59.
setuptools-39.2.0-py2.py3-none-any.whl File 567556 bytes April 17 2025 13:10:59.
setuptools-43.0.0-py2.py3-none-any.whl File 583228 bytes April 17 2025 13:10:59.
setuptools-44.1.1-py2.py3-none-any.whl File 583493 bytes April 17 2025 13:10:59.
setuptools-50.3.2-py3-none-any.whl File 785194 bytes April 17 2025 13:10:59.
setuptools-59.6.0-py3-none-any.whl File 952597 bytes April 17 2025 13:10:59.
setuptools-67.6.1-py3-none-any.whl File 1089263 bytes April 17 2025 13:10:59.
wheel-0.29.0-py2.py3-none-any.whl File 66878 bytes April 17 2025 13:10:59.
wheel-0.33.6-py2.py3-none-any.whl File 21556 bytes April 17 2025 13:10:59.
wheel-0.37.1-py2.py3-none-any.whl File 35301 bytes April 17 2025 13:10:59.
wheel-0.40.0-py3-none-any.whl File 64545 bytes April 17 2025 13:10:59.

Reading File: //opt/cloudlinux/venv/lib/python3.11/site-packages/virtualenv/seed/wheels/embed//__init__.py

from pathlib import Path

from virtualenv.seed.wheels.util import Wheel

BUNDLE_FOLDER = Path(__file__).absolute().parent
BUNDLE_SUPPORT = {
    "3.12": {
        "pip": "pip-23.1-py3-none-any.whl",
        "setuptools": "setuptools-67.6.1-py3-none-any.whl",
        "wheel": "wheel-0.40.0-py3-none-any.whl",
    },
    "3.11": {
        "pip": "pip-23.1-py3-none-any.whl",
        "setuptools": "setuptools-67.6.1-py3-none-any.whl",
        "wheel": "wheel-0.40.0-py3-none-any.whl",
    },
    "3.10": {
        "pip": "pip-23.1-py3-none-any.whl",
        "setuptools": "setuptools-67.6.1-py3-none-any.whl",
        "wheel": "wheel-0.40.0-py3-none-any.whl",
    },
    "3.9": {
        "pip": "pip-23.1-py3-none-any.whl",
        "setuptools": "setuptools-67.6.1-py3-none-any.whl",
        "wheel": "wheel-0.40.0-py3-none-any.whl",
    },
    "3.8": {
        "pip": "pip-23.1-py3-none-any.whl",
        "setuptools": "setuptools-67.6.1-py3-none-any.whl",
        "wheel": "wheel-0.40.0-py3-none-any.whl",
    },
    "3.7": {
        "pip": "pip-23.1-py3-none-any.whl",
        "setuptools": "setuptools-67.6.1-py3-none-any.whl",
        "wheel": "wheel-0.40.0-py3-none-any.whl",
    },
    "3.6": {
        "pip": "pip-21.3.1-py3-none-any.whl",
        "setuptools": "setuptools-59.6.0-py3-none-any.whl",
        "wheel": "wheel-0.37.1-py2.py3-none-any.whl",
    },
    "3.5": {
        "pip": "pip-20.3.4-py2.py3-none-any.whl",
        "setuptools": "setuptools-50.3.2-py3-none-any.whl",
        "wheel": "wheel-0.37.1-py2.py3-none-any.whl",
    },
    "3.4": {
        "pip": "pip-18.1-py2.py3-none-any.whl",
        "setuptools": "setuptools-43.0.0-py2.py3-none-any.whl",
        "wheel": "wheel-0.33.6-py2.py3-none-any.whl",
    },
    "3.3": {
        "pip": "pip-10.0.1-py2.py3-none-any.whl",
        "setuptools": "setuptools-39.2.0-py2.py3-none-any.whl",
        "wheel": "wheel-0.29.0-py2.py3-none-any.whl",
    },
    "2.7": {
        "pip": "pip-20.3.4-py2.py3-none-any.whl",
        "setuptools": "setuptools-44.1.1-py2.py3-none-any.whl",
        "wheel": "wheel-0.37.1-py2.py3-none-any.whl",
    },
}
MAX = "3.12"


def get_embed_wheel(distribution, for_py_version):
    path = BUNDLE_FOLDER / (BUNDLE_SUPPORT.get(for_py_version, {}) or BUNDLE_SUPPORT[MAX]).get(distribution)
    return Wheel.from_path(path)


__all__ = [
    "get_embed_wheel",
    "BUNDLE_SUPPORT",
    "MAX",
    "BUNDLE_FOLDER",
]

SILENT KILLER Tool