diff options
author | Ben McGinnes <[email protected]> | 2018-03-19 21:26:57 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-03-19 21:26:57 +0000 |
commit | 6950a63e63d60685ddb6f4cbff7b826b8acb5b13 (patch) | |
tree | 9f66b576ec4a3ba67e6fd2c2fbe941e2645c4252 /lang/python/docs/GPGMEpythonHOWTOen.org | |
parent | example: python bindings encryption (diff) | |
download | gpgme-6950a63e63d60685ddb6f4cbff7b826b8acb5b13.tar.gz gpgme-6950a63e63d60685ddb6f4cbff7b826b8acb5b13.zip |
docs: python bindings examples
* Added reference to location where all the examples included in the
HOWTO will be available as executable scripts.
* Included a short README file in that location.
Diffstat (limited to '')
-rw-r--r-- | lang/python/docs/GPGMEpythonHOWTOen.org | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/lang/python/docs/GPGMEpythonHOWTOen.org b/lang/python/docs/GPGMEpythonHOWTOen.org index b364b516..770c2784 100644 --- a/lang/python/docs/GPGMEpythonHOWTOen.org +++ b/lang/python/docs/GPGMEpythonHOWTOen.org @@ -1,4 +1,4 @@ -#+TITLE: GNU Privacy Guard (GnuPG) Made Easy Python Bindings HOWTO (English) +#+TITLE: GNU Privacy Guard (GnuPG) Made Easy Python Bindings HOWTO (English) #+LATEX_COMPILER: xelatex #+LATEX_CLASS: article #+LATEX_CLASS_OPTIONS: [12pt] @@ -49,6 +49,15 @@ data types with which GPGME deals considerably easier. +** Examples + :PROPERTIES: + :CUSTOM_ID: howto-python3-examples + :END: + + All of the examples found in this document can be found as Python 3 + scripts in the =lang/python/examples/howto= directory. + + * GPGME Concepts :PROPERTIES: :CUSTOM_ID: gpgme-concepts |