Current Path: > > opt > hc_python > > > lib > > > > python3.12 > 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.8 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__pycache__ | Directory | - | - | |
__init__.py | File | 62 bytes | May 23 2025 10:31:18. | |
candidate.py | File | 753 bytes | May 23 2025 10:31:18. | |
direct_url.py | File | 6576 bytes | May 23 2025 10:31:18. | |
format_control.py | File | 2486 bytes | May 23 2025 10:31:18. | |
index.py | File | 1030 bytes | May 23 2025 10:31:18. | |
installation_report.py | File | 2818 bytes | May 23 2025 10:31:18. | |
link.py | File | 21511 bytes | May 23 2025 10:31:18. | |
pylock.py | File | 6196 bytes | May 23 2025 10:31:18. | |
scheme.py | File | 575 bytes | May 23 2025 10:31:18. | |
search_scope.py | File | 4531 bytes | May 23 2025 10:31:18. | |
selection_prefs.py | File | 2015 bytes | May 23 2025 10:31:18. | |
target_python.py | File | 4271 bytes | May 23 2025 10:31:18. | |
wheel.py | File | 5506 bytes | May 23 2025 10:31:18. |
""" 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