REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 1.68 KB
Close
/opt/hc_python/lib64/python3.12/site-packages/virtualenv/seed/wheels/embed/__init__.py
Text
Base64
from __future__ import annotations from pathlib import Path from virtualenv.seed.wheels.util import Wheel BUNDLE_FOLDER = Path(__file__).absolute().parent BUNDLE_SUPPORT = { "3.8": { "pip": "pip-25.0.1-py3-none-any.whl", "setuptools": "setuptools-75.3.2-py3-none-any.whl", "wheel": "wheel-0.45.1-py3-none-any.whl", }, "3.9": { "pip": "pip-25.0.1-py3-none-any.whl", "setuptools": "setuptools-78.1.0-py3-none-any.whl", "wheel": "wheel-0.45.1-py3-none-any.whl", }, "3.10": { "pip": "pip-25.0.1-py3-none-any.whl", "setuptools": "setuptools-78.1.0-py3-none-any.whl", "wheel": "wheel-0.45.1-py3-none-any.whl", }, "3.11": { "pip": "pip-25.0.1-py3-none-any.whl", "setuptools": "setuptools-78.1.0-py3-none-any.whl", "wheel": "wheel-0.45.1-py3-none-any.whl", }, "3.12": { "pip": "pip-25.0.1-py3-none-any.whl", "setuptools": "setuptools-78.1.0-py3-none-any.whl", "wheel": "wheel-0.45.1-py3-none-any.whl", }, "3.13": { "pip": "pip-25.0.1-py3-none-any.whl", "setuptools": "setuptools-78.1.0-py3-none-any.whl", "wheel": "wheel-0.45.1-py3-none-any.whl", }, "3.14": { "pip": "pip-25.0.1-py3-none-any.whl", "setuptools": "setuptools-78.1.0-py3-none-any.whl", "wheel": "wheel-0.45.1-py3-none-any.whl", }, } MAX = "3.8" 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__ = [ "BUNDLE_FOLDER", "BUNDLE_SUPPORT", "MAX", "get_embed_wheel", ]
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
__pycache__
DIR
-
drwxr-xr-x
2025-04-04 08:02:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
pip-25.0.1-py3-none-any.whl
1.76 MB
lrw-r--r--
2025-04-04 08:02:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
setuptools-75.3.2-py3-none-any.whl
1.19 MB
lrw-r--r--
2025-04-04 08:02:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
setuptools-78.1.0-py3-none-any.whl
1.20 MB
lrw-r--r--
2025-04-04 08:02:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
wheel-0.45.1-py3-none-any.whl
70.79 KB
lrw-r--r--
2025-04-04 08:02:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
__init__.py
1.68 KB
lrw-r--r--
2025-04-04 08:02:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).