import argparse
from 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())
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __pycache__ | Folder | 0755 |
|
|
| __init__.py | File | 94 B | 0644 |
|
| __main__.py | File | 243 B | 0644 |
|
| cacert.pem | File | 275.02 KB | 0644 |
|
| core.py | File | 4.12 KB | 0644 |
|
| py.typed | File | 0 B | 0644 |
|