aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/howto/key-selection.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* examples: multi-key selection operationsben/docs/2018-03Ben McGinnes2018-03-211-51/+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: key selectionBen McGinnes2018-03-211-1/+0
| | | | * Removed extraneous blank line.
* example: key selectionBen McGinnes2018-03-211-0/+52
* Similar to group-key-selection.py, but does not use an existing group from gpg.conf; instead takes multiple key IDs, fingerprints or patterns on the command line and adds them to a keylist object.