Current Path: > > opt > cloudlinux > venv > lib > python3.11 > > site-packages > pip > _internal > > models
Operation : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 Software : Apache Server IP : 198.54.126.42 | Your IP: 216.73.216.135 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__pycache__ | Directory | - | - | |
__init__.py | File | 63 bytes | April 17 2025 13:10:58. | |
candidate.py | File | 753 bytes | April 17 2025 13:10:58. | |
direct_url.py | File | 6578 bytes | April 17 2025 13:10:58. | |
format_control.py | File | 2486 bytes | April 17 2025 13:10:58. | |
index.py | File | 1030 bytes | April 17 2025 13:10:58. | |
installation_report.py | File | 2818 bytes | April 17 2025 13:10:58. | |
link.py | File | 21448 bytes | April 17 2025 13:10:58. | |
scheme.py | File | 575 bytes | April 17 2025 13:10:58. | |
search_scope.py | File | 4531 bytes | April 17 2025 13:10:58. | |
selection_prefs.py | File | 2015 bytes | April 17 2025 13:10:58. | |
target_python.py | File | 4271 bytes | April 17 2025 13:10:58. | |
wheel.py | File | 4539 bytes | April 17 2025 13:10:58. |
""" For types associated with installation schemes. For a general overview of available schemes and their context, see https://docs.python.org/3/install/index.html#alternate-installation. """ from dataclasses import dataclass SCHEME_KEYS = ["platlib", "purelib", "headers", "scripts", "data"] @dataclass(frozen=True) class Scheme: """A Scheme holds paths which are used as the base directories for artifacts associated with a Python package. """ __slots__ = SCHEME_KEYS platlib: str purelib: str headers: str scripts: str data: str
SILENT KILLER Tool