On 27-Aug-2016, Ben Finney wrote: > Instead of invoking the command line tool, make use of the > ‘python-gnupg’ library to verify the data within the program > <URL:https://pythonhosted.org/python-gnupg/>.
That library is itself only another wrapper around the command-line ‘gpg’ program, so does not solve the problem. Instead, the GPGME library provides an API and does not use the command-line ‘gpg’ interface. This bug can be resolved by using the ‘pygpgme’ library, available in Debian as ‘python-gpgme’. -- \ “Begin with false premises and you risk reaching false | `\ conclusions. Begin with falsified premises and you forfeit your | _o__) authority.” —Kathryn Schulz, 2015-10-19 | Ben Finney <[email protected]>
signature.asc
Description: PGP signature

