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