aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/howto/group-key-selection.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* examples: multi-key selection operationsben/docs/2018-03Ben McGinnes2018-03-211-56/+0
| | | | | | | | | * Temporarily removing multi-key selection based examples. * There are a few issues with getting the key selections to play nicely with gpg.Context().keylist object types. * Will troubleshoot them separately and restore them when that's worked out, but I don't want these more complicated examples to delay merging the HOWTO with master.
* example: group key selectionBen McGinnes2018-03-211-0/+56
* Example of preparing a keylist object using an existing group line from the gpg.conf file.