Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/python
# Converts a Keepassx XML export to a format suitable
# for use with Vim and GPG as described in
# http://pig-monkey.com/2013/04/4/password-management-vim-gnupg/
import os
import sys
import argparse
import yaml