Skip to content

Instantly share code, notes, and snippets.

View F30's full-sized avatar

Felix Dreissig F30

View GitHub Profile
@F30
F30 / gpg-list-ownertrust.py
Created September 27, 2017 10:02
List GPG Ownertrust
#!/usr/bin/env python3
import sys
import os
import gnupg
TRUST_LEVEL_MAP = {
'q': '???',