Current Path: > > opt > alt > python313 > lib > python3.13 > 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 | 63 bytes | December 01 2024 12:47:36. | |
candidate.py | File | 990 bytes | December 01 2024 12:47:36. | |
direct_url.py | File | 6931 bytes | December 01 2024 12:47:36. | |
format_control.py | File | 2520 bytes | December 01 2024 12:47:36. | |
index.py | File | 1030 bytes | December 01 2024 12:47:36. | |
installation_report.py | File | 2818 bytes | December 01 2024 12:47:36. | |
link.py | File | 20819 bytes | December 01 2024 12:47:36. | |
scheme.py | File | 738 bytes | December 01 2024 12:47:36. | |
search_scope.py | File | 4643 bytes | December 01 2024 12:47:36. | |
selection_prefs.py | File | 1907 bytes | December 01 2024 12:47:36. | |
target_python.py | File | 4272 bytes | December 01 2024 12:47:36. | |
wheel.py | File | 3600 bytes | December 01 2024 12:47:36. |
""" 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. """ SCHEME_KEYS = ["platlib", "purelib", "headers", "scripts", "data"] class Scheme: """A Scheme holds paths which are used as the base directories for artifacts associated with a Python package. """ __slots__ = SCHEME_KEYS def __init__( self, platlib: str, purelib: str, headers: str, scripts: str, data: str, ) -> None: self.platlib = platlib self.purelib = purelib self.headers = headers self.scripts = scripts self.data = data
SILENT KILLER Tool