Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Python bindings examples | Ben McGinnes | 2018-08-19 | 1 | -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 examples | Ben McGinnes | 2018-07-07 | 1 | -4/+4 |
| | | | | | * Made sure all example scripts meet PEP8 compliance. * Required fixing approx. a dozen of them in minor ways. | ||||
* | python bindings: import example | Ben McGinnes | 2018-06-28 | 1 | -0/+91 |
* Added an example script for importing a key from a file (either ASCII armoured or not). |