gpgme/lang/python/examples/howto
Ben McGinnes a047e0f68e example: python bindings
* lang/python/examples/howto/local-sign-group.py: locally sign every
  key in a group line except one's own keys.  Intended to address the
  sort of thing one might see on lists like PGPNET or other closed
  groups amongst activists, journalists, etc. where everyone encrypts
  to all recipients, but may not sign everyone's keys publicly..

Signed-off-by: Ben McGinnes <ben@adversary.org>
2018-09-27 22:45:37 +10:00
..
advanced/cython docs: python bindings 2018-09-18 08:32:30 +10:00
add-userid.py examples: python bindings and hkp4py updates 2018-09-23 11:43:34 +10:00
clear-sign-file.py examples: python bindings and hkp4py updates 2018-09-23 11:43:34 +10:00
create-key.py examples: python bindings and hkp4py updates 2018-09-23 11:43:34 +10:00
decrypt-file.py examples: python bindings and hkp4py updates 2018-09-23 11:43:34 +10:00
detach-sign-file.py examples: python bindings and hkp4py updates 2018-09-23 11:43:34 +10:00
encrypt-file.py examples: python bindings and hkp4py updates 2018-09-23 11:43:34 +10:00
encrypt-sign-file.py examples: python bindings and hkp4py updates 2018-09-23 11:43:34 +10:00
encrypt-to-group-gullible.py examples: python bindings and hkp4py updates 2018-09-23 11:43:34 +10:00
encrypt-to-group-trustno1.py examples: python bindings and hkp4py updates 2018-09-23 11:43:34 +10:00
encrypt-to-group.py examples: python bindings and hkp4py updates 2018-09-23 11:43:34 +10:00
export-key.py examples: python bindings 2018-09-27 09:57:50 +10:00
export-minimised-key.py examples: python bindings 2018-09-27 09:57:50 +10:00
export-secret-key.py examples: python bindings 2018-09-27 09:57:50 +10:00
export-secret-keys.py examples: python bindings 2018-09-27 09:57:50 +10:00
groups.py examples: python bindings and hkp4py updates 2018-09-23 11:43:34 +10:00
import-key.py examples: python bindings and hkp4py updates 2018-09-23 11:43:34 +10:00
import-keys-hkp.py python bindings: importing from keyservers with hkp4py 2018-09-23 08:18:44 +10:00
import-keys.py examples: python bindings and hkp4py updates 2018-09-23 11:43:34 +10:00
keycount.py examples: python bindings and hkp4py updates 2018-09-23 11:43:34 +10:00
local-sign-group.py example: python bindings 2018-09-27 22:45:37 +10:00
mutt-groups.py examples: python bindings and hkp4py updates 2018-09-23 11:43:34 +10:00
pmkey-import-alt.py examples: python bindings and hkp4py updates 2018-09-23 11:43:34 +10:00
pmkey-import-hkp-alt.py docs and examples: python bindings howto 2018-09-23 19:36:54 +10:00
pmkey-import-hkp.py docs and examples: python bindings howto 2018-09-23 19:36:54 +10:00
pmkey-import.py examples: python bindings and hkp4py updates 2018-09-23 11:43:34 +10:00
README.org doc: python bindings examples 2018-03-20 08:39:49 +11:00
revoke-userid.py examples: python bindings and hkp4py updates 2018-09-23 11:43:34 +10:00
send-key-to-keyserver.py examples: python bindings 2018-09-27 09:57:50 +10:00
sign-file.py examples: python bindings and hkp4py updates 2018-09-23 11:43:34 +10:00
sign-key.py examples: python bindings and hkp4py updates 2018-09-23 11:43:34 +10:00
symcrypt-file.py examples: python bindings and hkp4py updates 2018-09-23 11:43:34 +10:00
temp-homedir-config.py examples: python bindings and hkp4py updates 2018-09-23 11:43:34 +10:00
verify-signatures.py examples: python bindings and hkp4py updates 2018-09-23 11:43:34 +10:00
verify-signed-file.py examples: python bindings and hkp4py updates 2018-09-23 11:43:34 +10:00

GPGME Python Bindings HOWTO Examples

Examples

The contents of this directory are the examples included in the GNU Privacy Guard (GnuPG) Made Easy Python Bindings HOWTO file. Each script is explicitly for Python 3 and specifically for Python 3.4 or later.

Some of these scripts may work with Python 2.7, but there are no guarantees. They will include the relevant imports from the __future__ module to facilitate that if possible.