The recommended way to use the GnuPG crypto stack from your application is GPGME.
Python wrappers
- http://pyme.sourceforge.net/ SWIG generated wrapper
- https://launchpad.net/pygpgme manually written wrapper in C
The recommended way to use the GnuPG crypto stack from your application is GPGME.