diff options
author | Ben McGinnes <[email protected]> | 2018-03-09 04:27:40 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-03-09 04:27:40 +0000 |
commit | 93252df9dc4c9932467814745655350a8cab900e (patch) | |
tree | b0ce675929bab10798d6c15551427f69aec02226 | |
parent | doc: python bindings howto (diff) | |
download | gpgme-93252df9dc4c9932467814745655350a8cab900e.tar.gz gpgme-93252df9dc4c9932467814745655350a8cab900e.zip |
doc: python bindings TODO list
* Updated to reflect the most recent work on the HOWTO for the Python
bindings.
-rw-r--r-- | lang/python/docs/TODO.org | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lang/python/docs/TODO.org b/lang/python/docs/TODO.org index 897c617a..df1aa4ed 100644 --- a/lang/python/docs/TODO.org +++ b/lang/python/docs/TODO.org @@ -43,20 +43,23 @@ :CUSTOM_ID: howto-start :END: -*** TODO Include certain specific instructions in the HOWTO +*** STARTED Include certain specific instructions in the HOWTO :PROPERTIES: :CUSTOM_ID: howto-requests :END: + - State "STARTED" from "TODO" [2018-03-09 Fri 15:27] Some functions can be worked out from the handful of examples available, but many more can't and I've already begun receiving requests for certain functions to be explained. -**** TODO Standard scenarios +**** STARTED Standard scenarios :PROPERTIES: :CUSTOM_ID: howto-the-basics :END: + - State "STARTED" from "TODO" [2018-03-09 Fri 15:26] \\ + Began with the example code, now to add the text. What everyone expects: encryption, decryption, signing and verifying. **** TODO Key control |