aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/docs/GPGMEpythonHOWTOen.org
diff options
context:
space:
mode:
authorBen McGinnes <[email protected]>2018-03-12 19:09:53 +0000
committerBen McGinnes <[email protected]>2018-03-12 19:09:53 +0000
commita8f48b6f577d562c25fd0191c0cc2cc8e96078c1 (patch)
tree2015e6abfc570758885631299961ff1d0312df8a /lang/python/docs/GPGMEpythonHOWTOen.org
parentdoc: python bindings howto (diff)
downloadgpgme-a8f48b6f577d562c25fd0191c0cc2cc8e96078c1.tar.gz
gpgme-a8f48b6f577d562c25fd0191c0cc2cc8e96078c1.zip
doc: python bindings howto
* error corrections. * multiple typesetting fixes only required due to certain archaic eccentricities of LaTeX. * a couple of minor python PEP8 compliance corrections.
Diffstat (limited to 'lang/python/docs/GPGMEpythonHOWTOen.org')
-rw-r--r--lang/python/docs/GPGMEpythonHOWTOen.org13
1 files changed, 7 insertions, 6 deletions
diff --git a/lang/python/docs/GPGMEpythonHOWTOen.org b/lang/python/docs/GPGMEpythonHOWTOen.org
index 22b47cca..46bd231b 100644
--- a/lang/python/docs/GPGMEpythonHOWTOen.org
+++ b/lang/python/docs/GPGMEpythonHOWTOen.org
@@ -13,9 +13,10 @@
:CUSTOM_ID: intro
:END:
- Version: 0.0.1-alpha [2018-03-07 Wed]
- Author: Ben McGinnes <[email protected]>
- Author GPG Key: DB4724E6FA4286C92B4E55C4321E4E2373590E5D
+ | Version: | 0.0.1-alpha |
+ | Author: | Ben McGinnes <[email protected]> |
+ | Author GPG Key: | DB4724E6FA4286C92B4E55C4321E4E2373590E5D |
+ | Language: | English |
This document provides basic instruction in how to use the GPGME
Python bindings to programmatically leverage the GPGME library.
@@ -349,7 +350,7 @@
Encrypting to multiple keys, in addition to a default key or a key
configured to always encrypt to, is a little different and uses a
- slightly different call to the op_encrypt call demonstrated in the
+ slightly different call to the =op_encrypt call= demonstrated in the
previous section.
The following example encrypts a message (=text=) to everyone with
@@ -360,7 +361,7 @@
#+begin_src python
import gpg
- text=b"""Oh look, another test message.
+ text = b"""Oh look, another test message.
The same rules apply as with the previous example and more likely
than not, the message will actually be drawn from reading the
@@ -640,7 +641,7 @@
* Footnotes
-[fn:1] Short_History.org and/or Short_History.html.
+[fn:1] =Short_History.org= and/or =Short_History.html=.
[fn:2] The =lang/python/docs/= directory in the GPGME source.