gpgme/lang/python/examples/howto
Ben McGinnes 62e4e2cb5e docs and examples: python bindings
* Woumd up the "what's new" section.
* Added an example for sending a key to the keyservers via hkp4py.
* Updated the export key code to use a more complete check for the
  $GNUPGHOME location.
* Expanded on the installation and reinstallation troubleshooting
  section.

Tested-by: Ben McGinnes <ben@adversary.org>
Signed-off-by: Ben McGinnes <ben@adversary.org>
2018-09-25 09:59:31 +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 docs and examples: python bindings 2018-09-25 09:59:31 +10:00
export-minimised-key.py docs and examples: python bindings 2018-09-25 09:59:31 +10:00
export-secret-key.py docs and examples: python bindings 2018-09-25 09:59:31 +10:00
export-secret-keys.py docs and examples: python bindings 2018-09-25 09:59:31 +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
send-key-to-keyserver.py docs and examples: python bindings 2018-09-25 09:59:31 +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.