diff options
author | Ben McGinnes <[email protected]> | 2018-09-23 01:43:34 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-09-23 01:43:34 +0000 |
commit | ced4bdbbb239c1fe209665b4f5a7aeb9651889ed (patch) | |
tree | 104689f6b72603372e82589fc45c0eca287df68b /lang/python/docs/gpgme-python-howto.org | |
parent | python bindings: importing from keyservers with hkp4py (diff) | |
download | gpgme-ced4bdbbb239c1fe209665b4f5a7aeb9651889ed.tar.gz gpgme-ced4bdbbb239c1fe209665b4f5a7aeb9651889ed.zip |
examples: python bindings and hkp4py updates
* Mostly tightening up the details on the hkp4py example script.
* Also fixed a typo in the LGPL boiler plate text included in all the
other example scripts for the HOWTO.
Diffstat (limited to 'lang/python/docs/gpgme-python-howto.org')
-rw-r--r-- | lang/python/docs/gpgme-python-howto.org | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/python/docs/gpgme-python-howto.org b/lang/python/docs/gpgme-python-howto.org index 58964f35..b5b9ed4c 100644 --- a/lang/python/docs/gpgme-python-howto.org +++ b/lang/python/docs/gpgme-python-howto.org @@ -2288,6 +2288,10 @@ Without that recent addition it would have been necessary to encode the contents of each =hkp4py.KeyServer().search()[i].key= in =hkp4py.KeyServer().search()= before trying to import it. +An example of this is included in the [[#howto-import-key][Importing Keys]] section of this +HOWTO and the corresponding executable version of that example is +available in the =lang/python/examples/howto= directory as normal; the +executable version is the =import-keys-hkp.py= file. * Copyright and Licensing |