aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/howto/import-key.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* examples: python bindings and hkp4py updatesBen McGinnes2018-09-231-1/+1
| | | | | | * Mostly tightening up the details on the hkp4py example script. * Also fixed a typo in the LGPL boiler plate text included in all the other example scripts for the HOWTO.
* Python bindings examplesBen McGinnes2018-08-191-1/+3
| | | | | | | * import-key.py: fixed a minor typo. * pmkey-import.py: locates and imports keys from the ProtonMail keyserver. * pmkey-import-alt.py: the same as the previous except with setting an alternative $GNUPGHOME directory.
* python bindings: howto examplesBen McGinnes2018-07-071-4/+4
| | | | | * Made sure all example scripts meet PEP8 compliance. * Required fixing approx. a dozen of them in minor ways.
* python bindings: import exampleBen McGinnes2018-06-281-0/+91
* Added an example script for importing a key from a file (either ASCII armoured or not).