Help with python library
Tobias Mueller
muelli at cryptobitch.de
Thu Mar 1 19:33:39 CET 2018
Hi.
On Thu, 2018-03-01 at 17:33 +0100, Marcel Fest wrote:
> Is their a similar function in the python GPGme Wrapper?
I'd recommend to search for something like "list packet" in the gpgme
manual <https://www.gnupg.org/documentation/manuals/gpgme/>, but you
can't easily search the whole document :(
Grepping through the gpgme source for "list-packet" did not yield
anything, so I assume you cannot use it for getting the information you
desire.
You can use a more useful library for dealing with OpenPGP data such as
PGPy: <https://github.com/SecurityInnovation/PGPy/>.
HTH,
Tobi
More information about the Gnupg-devel
mailing list