Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.216.68
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
python3 /
dist-packages /
pip /
_internal /
vcs /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2025-12-31 20:39
__init__.py
596
B
-rw-r--r--
2025-09-23 04:44
bazaar.py
2.98
KB
-rw-r--r--
2025-09-23 04:44
git.py
17.69
KB
-rw-r--r--
2025-09-23 04:44
mercurial.py
5.12
KB
-rw-r--r--
2025-09-23 04:44
subversion.py
11.44
KB
-rw-r--r--
2025-09-23 04:44
versioncontrol.py
22.28
KB
-rw-r--r--
2025-09-23 04:44
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, )