Thanks for maintaining PyME. I notice that if i do:
import pyme
keyid = '0EE5BE979282D80B9F7540F1CCD2ED94D21739E9'
gpg = pyme.Context()
gpg.get_key(keyid)then i get a failure:
TypeError: get_key() missing 1 required positional argument: 'secret'
It would be more pythonic if the "secret" argument defaulted to False.