gpgme/lang/python/examples/howto
Ben McGinnes f3fe47e8fd example: sign and encrypt file
* Example to sign and encrypt a file.
* Similar to encrypt-file.py except all keys are considered trusted
  and signs with the default key.
* Also encrypts to the default key.
2018-03-20 09:47:39 +11:00
..
encrypt-file.py example: encrypt file 2018-03-20 09:39:48 +11:00
encrypt-sign-file.py example: sign and encrypt file 2018-03-20 09:47:39 +11:00
keycount.py example: python bindings key count 2018-03-20 08:55:01 +11:00
README.org doc: python bindings examples 2018-03-20 08:39:49 +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.