gpgme/lang/python/examples
Ben McGinnes a3a08584d6 examples: python howto
* Uses the groups module to prepare a list of recipients and encrypt
  to those.
* The main version (encrypt-to-group.py) tries to check for invalid
  recipients, but still falls back to always trust for the second
  encryption attempt.
* The gullible version doesn't try pruning the recipient list at all,
  it just tries to encrypt and if it fails, switches straight to
  always trust.
* The trustno1 version doesn't use the always trust model at all and
  only attempts pruning the list of invalid recipients.
2018-06-07 15:06:20 +10:00
..
howto examples: python howto 2018-06-07 15:06:20 +10:00
assuan.py python: Use vanity modules for constants in tests and examples. 2016-10-31 15:42:35 +01:00
decryption-filter.py python: Rename Python module from PyME to gpg. 2016-10-31 15:42:27 +01:00
delkey.py python: Rename Python module from PyME to gpg. 2016-10-31 15:42:27 +01:00
exportimport.py Spelling fixes for comments and doc 2017-12-08 05:59:11 +01:00
genkey.py python: Rename Python module from PyME to gpg. 2016-10-31 15:42:27 +01:00
inter-edit.py python: Rename Python module from PyME to gpg. 2016-10-31 15:42:27 +01:00
low_level-encrypt_to_all.py example: python bindings encryption 2018-03-20 08:07:22 +11:00
sign.py python: Rename Python module from PyME to gpg. 2016-10-31 15:42:27 +01:00
signverify.py python: Rename Python module from PyME to gpg. 2016-10-31 15:42:27 +01:00
simple.py python: Rename Python module from PyME to gpg. 2016-10-31 15:42:27 +01:00
testCMSgetkey.py python: Use vanity modules for constants in tests and examples. 2016-10-31 15:42:35 +01:00
verifydetails.py python: Import the topmost module in tests and examples. 2016-10-31 15:42:35 +01:00