aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/gpg/constants/create.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* python: Support quick key creation.Justus Winter2017-02-161-0/+25
* NEWS: Update. * lang/python/gpg/constants/__init__.py: Import new file. * lang/python/gpg/constants/create.py: New file. * lang/python/gpg/core.py (Context.create_key): New function. * lang/python/tests/Makefile.am (XTESTS): Add new test. * lang/python/tests/support.py (TemporaryDirectory): New class. * lang/python/tests/t-quick-key-creation.py: New file. Signed-off-by: Justus Winter <[email protected]>