vote up 4 vote down star
1

What is the easiest way to create and verify PGP/GPG signatures from within a Python application?

I can call pgp or gpg using subprocess and parse the output, but I was looking for a way that didn't require an external program to be installed (my application is cross-platform mac/windows/unix).

flag

1 Answer

vote up 6 vote down check

I think GPGME and the PyMe Python wrapper should do what you need.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.