tags:

views:

94

answers:

1

is there any python api which can fetch the public key from the public key server.... let me know

thnks

+1  A: 

You can use HTTP (urllib2 and beautiful soup would be my choice) if you're querying the MIT PGP keyserver.

http://pgp.mit.edu/extracthelp.html

simonvc