gpgme/lang/python/examples/howto
Ben McGinnes 0ccc57c951 example: sign and encrypt to group
* Begins to string together some of the simpler examples to do more
  useful things.
* Signs and encrypts a file while encrypting to every key in a group
  specified in the gpg.conf file.
2018-03-22 05:40:02 +11:00
..
clear-sign-file.py example: clear signing 2018-03-22 01:18:37 +11:00
decrypt-file.py example: decrypt file 2018-03-20 14:32:53 +11:00
detach-sign-file.py example: detach sign file 2018-03-22 01:30:32 +11:00
encrypt-file.py examples: doc strings 2018-03-22 01:24:52 +11:00
encrypt-sign-file.py example: encrypt-sign-file.py 2018-03-22 01:26:43 +11:00
group-encrypt-sign-file.py example: sign and encrypt to group 2018-03-22 05:40:02 +11:00
group-key-selection.py example: group key selection 2018-03-22 05:20:51 +11:00
groups.py example groups work around 2018-03-22 05:07:56 +11:00
keycount.py example: keycount 2018-03-20 14:55:05 +11:00
README.org doc: python bindings examples 2018-03-20 08:39:49 +11:00
sign-file.py examples: doc strings 2018-03-22 01:24:52 +11:00
verify-signatures.py example: verify signatures 2018-03-22 03:58:58 +11:00
verify-signed-file.py example: verify signed file 2018-03-22 01:50:08 +11: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.