gpgme/lang/python/examples
Ben McGinnes 864ef9b40f Python examples: backwards compatibility
* lang/python/examples/howto/groups.py: subprocess update
* lang/python/examples/howto/export-secret-keys.py: subprocess update

  Both of these try the nice and easy method of getting the subprocess
  output available in Python 3, but will fall back to the older Popen
  method if it doesn't work.  Essentially this is to be a little nicer
  to Python 2.7.15 (even though the examples are filled with warnings
  that py2 support is not guaranteed with the examples).
2018-09-15 12:10:05 +10:00
..
howto Python examples: backwards compatibility 2018-09-15 12:10:05 +10:00
assuan.py Python bindings examples: PEP8 conpliance 2018-08-18 18:46:47 +10:00
decryption-filter.py Python bindings examples: PEP8 conpliance 2018-08-18 18:46:47 +10:00
delkey.py Python bindings examples: PEP8 conpliance 2018-08-18 18:46:47 +10:00
exportimport.py Python bindings examples: PEP8 conpliance 2018-08-18 18:46:47 +10:00
genkey.py Python bindings examples: PEP8 conpliance 2018-08-18 18:46:47 +10:00
inter-edit.py Python bindings examples: PEP8 conpliance 2018-08-18 18:46:47 +10:00
low_level-encrypt_to_all.py Python bindings examples: PEP8 conpliance 2018-08-18 18:46:47 +10:00
sign.py Python bindings examples: PEP8 conpliance 2018-08-18 18:46:47 +10:00
signverify.py Python bindings examples: PEP8 conpliance 2018-08-18 18:46:47 +10:00
simple.py Python bindings examples: PEP8 conpliance 2018-08-18 18:46:47 +10:00
testCMSgetkey.py Python bindings examples: PEP8 conpliance 2018-08-18 18:46:47 +10:00
verifydetails.py Python bindings examples: PEP8 conpliance 2018-08-18 18:46:47 +10:00