DESCR 393 B

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