golden hour
/opt/cloudlinux/venv/lib/python3.11/site-packages/pip/_vendor/certifi
⬆️ Go Up
Upload
File/Folder
Size
Actions
LICENSE
989 B
Del
OK
__init__.py
94 B
Del
OK
__main__.py
255 B
Del
OK
__pycache__
-
Del
OK
cacert.pem
284.54 KB
Del
OK
core.py
3.36 KB
Del
OK
py.typed
0 B
Del
OK
Edit: __main__.py
import argparse from pip._vendor.certifi import contents, where parser = argparse.ArgumentParser() parser.add_argument("-c", "--contents", action="store_true") args = parser.parse_args() if args.contents: print(contents()) else: print(where())
Save