gpgme/lang/python/examples/howto
Ben McGinnes b12b2cc996 docs and examples: python bindings howto
* Added more comprehensive examples using hkp4py and added a couple
  more example scripts for protonmail.

Tested-by: Ben McGinnes <ben@adversary.org>
Signed-off-by: Ben McGinnes <ben@adversary.org>
2018-09-23 19:36:54 +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 and hkp4py updates 2018-09-23 11:43:34 +10:00
export-minimised-key.py examples: python bindings and hkp4py updates 2018-09-23 11:43:34 +10:00
export-secret-key.py examples: python bindings and hkp4py updates 2018-09-23 11:43:34 +10:00
export-secret-keys.py examples: python bindings and hkp4py updates 2018-09-23 11:43:34 +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
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
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.