gpgme/lang/python/examples/howto
Ben McGinnes 1b9d30db08 python examples: protonmail hkp scripts
* fixed a bug in the import try statement for both versions.
2018-11-06 14:11:01 +11:00
..
advanced/cython docs: python bindings 2018-09-18 08:32:30 +10:00
add-userid.py doc: use https:// for www.gnu.org 2018-10-18 00:28:51 -04:00
clear-sign-file.py doc: use https:// for www.gnu.org 2018-10-18 00:28:51 -04:00
create-key.py doc: use https:// for www.gnu.org 2018-10-18 00:28:51 -04:00
decrypt-file.py doc: use https:// for www.gnu.org 2018-10-18 00:28:51 -04:00
detach-sign-file.py doc: use https:// for www.gnu.org 2018-10-18 00:28:51 -04:00
encrypt-file.py doc: use https:// for www.gnu.org 2018-10-18 00:28:51 -04:00
encrypt-sign-file.py doc: use https:// for www.gnu.org 2018-10-18 00:28:51 -04:00
encrypt-to-group-gullible.py doc: use https:// for www.gnu.org 2018-10-18 00:28:51 -04:00
encrypt-to-group-trustno1.py doc: use https:// for www.gnu.org 2018-10-18 00:28:51 -04:00
encrypt-to-group.py doc: use https:// for www.gnu.org 2018-10-18 00:28:51 -04:00
export-key.py doc: use https:// for www.gnu.org 2018-10-18 00:28:51 -04:00
export-minimised-key.py doc: use https:// for www.gnu.org 2018-10-18 00:28:51 -04:00
export-secret-key.py doc: use https:// for www.gnu.org 2018-10-18 00:28:51 -04:00
export-secret-keys.py doc: use https:// for www.gnu.org 2018-10-18 00:28:51 -04:00
groups.py doc: use https:// for www.gnu.org 2018-10-18 00:28:51 -04:00
import-key.py doc: use https:// for www.gnu.org 2018-10-18 00:28:51 -04:00
import-keys-hkp.py doc: use https:// for www.gnu.org 2018-10-18 00:28:51 -04:00
import-keys.py doc: use https:// for www.gnu.org 2018-10-18 00:28:51 -04:00
keycount.py doc: use https:// for www.gnu.org 2018-10-18 00:28:51 -04:00
local-sign-group.py doc: use https:// for www.gnu.org 2018-10-18 00:28:51 -04:00
mutt-groups.py doc: use https:// for www.gnu.org 2018-10-18 00:28:51 -04:00
pmkey-import-alt.py doc: use https:// for www.gnu.org 2018-10-18 00:28:51 -04:00
pmkey-import-hkp-alt.py python examples: protonmail hkp scripts 2018-11-06 14:11:01 +11:00
pmkey-import-hkp.py python examples: protonmail hkp scripts 2018-11-06 14:11:01 +11:00
pmkey-import.py doc: use https:// for www.gnu.org 2018-10-18 00:28:51 -04:00
README.org doc: python bindings examples 2018-03-20 08:39:49 +11:00
revoke-userid.py doc: use https:// for www.gnu.org 2018-10-18 00:28:51 -04:00
send-key-to-keyserver.py doc: use https:// for www.gnu.org 2018-10-18 00:28:51 -04:00
sign-file.py doc: use https:// for www.gnu.org 2018-10-18 00:28:51 -04:00
sign-key.py doc: use https:// for www.gnu.org 2018-10-18 00:28:51 -04:00
symcrypt-file.py doc: use https:// for www.gnu.org 2018-10-18 00:28:51 -04:00
temp-homedir-config.py doc: use https:// for www.gnu.org 2018-10-18 00:28:51 -04:00
verify-signatures.py doc: use https:// for www.gnu.org 2018-10-18 00:28:51 -04:00
verify-signed-file.py doc: use https:// for www.gnu.org 2018-10-18 00:28:51 -04: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.