doc: python bindings TODO list

* Updated to reflect the most recent work on the HOWTO for the Python
  bindings.
This commit is contained in:
Ben McGinnes 2018-03-09 15:27:40 +11:00
parent ab81c2d868
commit 93252df9dc

View File

@ -43,20 +43,23 @@
:CUSTOM_ID: howto-start :CUSTOM_ID: howto-start
:END: :END:
*** TODO Include certain specific instructions in the HOWTO *** STARTED Include certain specific instructions in the HOWTO
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: howto-requests :CUSTOM_ID: howto-requests
:END: :END:
- State "STARTED" from "TODO" [2018-03-09 Fri 15:27]
Some functions can be worked out from the handful of examples Some functions can be worked out from the handful of examples
available, but many more can't and I've already begun receiving available, but many more can't and I've already begun receiving
requests for certain functions to be explained. requests for certain functions to be explained.
**** TODO Standard scenarios **** STARTED Standard scenarios
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: howto-the-basics :CUSTOM_ID: howto-the-basics
:END: :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. What everyone expects: encryption, decryption, signing and verifying.
**** TODO Key control **** TODO Key control