kumquat-buildroot/package/python-gnupg/Config.in
Julien Olivain 5b8abbe72c package/python-gnupg: new package
A wrapper for the Gnu Privacy Guard (GPG or GnuPG).

The gnupg module allows Python programs to make use of the functionality
provided by the GNU Privacy Guard (abbreviated GPG or GnuPG). Using this
module, Python programs can encrypt and decrypt data, digitally sign
documents and verify digital signatures, manage (generate, list and
delete) encryption keys, using Public Key Infrastructure (PKI)
encryption technology based on OpenPGP.

https://docs.red-dove.com/python-gnupg/

Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-01-13 21:41:48 +01:00

16 lines
625 B
Plaintext

config BR2_PACKAGE_PYTHON_GNUPG
bool "python-gnupg"
select BR2_PACKAGE_GNUPG if !BR2_PACKAGE_GNUPG2 # runtime
help
A wrapper for the Gnu Privacy Guard (GPG or GnuPG).
The gnupg module allows Python programs to make use of the
functionality provided by the GNU Privacy Guard (abbreviated
GPG or GnuPG). Using this module, Python programs can
encrypt and decrypt data, digitally sign documents and
verify digital signatures, manage (generate, list and
delete) encryption keys, using Public Key Infrastructure
(PKI) encryption technology based on OpenPGP.
https://docs.red-dove.com/python-gnupg/