gpgme/lang/python/examples/howto
Ben McGinnes 6ed9a77c92 python bindings: importing from keyservers with hkp4py
* added a new example script to search the keyservers and import the
  results, this time using Marcel Fest's hkp4py module.
* Updated the key importing section to match this addition.
* Tested with the current version of hkp4py from github.

Tested-by: Ben McGinnes <ben@adversary.org>
Signed-off-by: Ben McGinnes <ben@adversary.org>
2018-09-23 08:18:44 +10:00
..
advanced/cython docs: python bindings 2018-09-18 08:32:30 +10:00
add-userid.py
clear-sign-file.py
create-key.py
decrypt-file.py python bindings: howto examples 2018-07-08 03:40:35 +10:00
detach-sign-file.py
encrypt-file.py python bindings: howto examples 2018-07-08 03:40:35 +10:00
encrypt-sign-file.py python bindings: howto examples 2018-07-08 03:40:35 +10:00
encrypt-to-group-gullible.py python bindings: howto examples 2018-07-08 03:40:35 +10:00
encrypt-to-group-trustno1.py python bindings: howto examples 2018-07-08 03:40:35 +10:00
encrypt-to-group.py python bindings: howto examples 2018-07-08 03:40:35 +10:00
export-key.py python bindings: example scripts 2018-07-13 20:36:27 +10:00
export-minimised-key.py python bindings: example scripts 2018-07-13 20:36:27 +10:00
export-secret-key.py python bindings: howto examples 2018-07-08 03:40:35 +10:00
export-secret-keys.py Python bindings: examples 2018-09-16 03:34:36 +10:00
groups.py Python bindings: examples 2018-09-16 03:34:36 +10:00
import-key.py Python bindings examples 2018-08-19 14:32:30 +10:00
import-keys-hkp.py python bindings: importing from keyservers with hkp4py 2018-09-23 08:18:44 +10:00
import-keys.py python bindings: howto examples 2018-07-08 03:40:35 +10:00
keycount.py
mutt-groups.py examples: mutt crypt-hooks generator 2018-05-25 07:12:52 +10:00
pmkey-import-alt.py docs: python bindings - protonmail examples 2018-08-29 20:30:57 +10:00
pmkey-import.py docs: python bindings - protonmail examples 2018-08-29 20:30:57 +10:00
README.org
revoke-userid.py
sign-file.py
sign-key.py
symcrypt-file.py Symmetric example 2018-08-14 02:55:56 +10:00
temp-homedir-config.py example scripts: python work-arounds 2018-07-10 13:40:18 +10:00
verify-signatures.py
verify-signed-file.py

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.