Linux ams-business-8.hostwindsdns.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64
LiteSpeed
Server IP : 192.236.177.161 & Your IP : 216.73.216.50
Domains :
Cant Read [ /etc/named.conf ]
User : ajzdfbpz
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
python2.7 /
site-packages /
piptools /
Delete
Unzip
Name
Size
Permission
Date
Action
_compat
[ DIR ]
drwxr-xr-x
2021-01-02 08:30
repositories
[ DIR ]
drwxr-xr-x
2021-01-02 08:30
scripts
[ DIR ]
drwxr-xr-x
2021-01-02 08:30
__init__.py
379
B
-rw-r--r--
2021-01-02 08:30
__init__.pyc
421
B
-rw-r--r--
2021-01-02 08:30
__main__.py
267
B
-rw-r--r--
2021-01-02 08:30
__main__.pyc
535
B
-rw-r--r--
2021-01-02 08:30
cache.py
5.56
KB
-rw-r--r--
2021-01-02 08:30
cache.pyc
7.53
KB
-rw-r--r--
2021-01-02 08:30
click.py
128
B
-rw-r--r--
2021-01-02 08:30
click.pyc
307
B
-rw-r--r--
2021-01-02 08:30
exceptions.py
2.03
KB
-rw-r--r--
2021-01-02 08:30
exceptions.pyc
3
KB
-rw-r--r--
2021-01-02 08:30
locations.py
776
B
-rw-r--r--
2021-01-02 08:30
locations.pyc
634
B
-rw-r--r--
2021-01-02 08:30
logging.py
1.46
KB
-rw-r--r--
2021-01-02 08:30
logging.pyc
2.74
KB
-rw-r--r--
2021-01-02 08:30
resolver.py
15.79
KB
-rw-r--r--
2021-01-02 08:30
resolver.pyc
13.49
KB
-rw-r--r--
2021-01-02 08:30
sync.py
6.88
KB
-rw-r--r--
2021-01-02 08:30
sync.pyc
6.45
KB
-rw-r--r--
2021-01-02 08:30
utils.py
11.41
KB
-rw-r--r--
2021-01-02 08:30
utils.pyc
12.12
KB
-rw-r--r--
2021-01-02 08:30
writer.py
8.01
KB
-rw-r--r--
2021-01-02 08:30
writer.pyc
7.88
KB
-rw-r--r--
2021-01-02 08:30
Save
Rename
import os from shutil import rmtree from pip._internal.utils.appdirs import user_cache_dir from .click import secho # The user_cache_dir helper comes straight from pip itself CACHE_DIR = user_cache_dir("pip-tools") # NOTE # We used to store the cache dir under ~/.pip-tools, which is not the # preferred place to store caches for any platform. This has been addressed # in pip-tools==1.0.5, but to be good citizens, we point this out explicitly # to the user when this directory is still found. LEGACY_CACHE_DIR = os.path.expanduser("~/.pip-tools") if os.path.exists(LEGACY_CACHE_DIR): secho( "Removing old cache dir {} (new cache dir is {})".format( LEGACY_CACHE_DIR, CACHE_DIR ), fg="yellow", ) rmtree(LEGACY_CACHE_DIR)