Ben McGinnes 4e8a92ed14 Python bindings: examples
* lang/python/examples/howto/export-secret-keys.py and groups.py:
  Updated the backwards compatibility adjustments to account for
  unicode differences between python 2 and 3.
2018-09-16 03:34:36 +10:00
..
2018-03-29 06:36:14 +11:00
2018-03-22 01:18:37 +11:00
2018-03-27 12:29:08 +11:00
2018-03-22 01:30:32 +11:00
2018-07-13 20:36:27 +10:00
2018-09-16 03:34:36 +10:00
2018-08-19 14:32:30 +10:00
2018-07-08 03:40:35 +10:00
2018-03-20 14:55:05 +11:00
2018-03-20 08:39:49 +11:00
2018-03-29 10:21:52 +11:00
2018-03-22 01:24:52 +11:00
2018-03-29 09:49:08 +11:00
2018-08-14 02:55:56 +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.