Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python: Rename Python module from PyME to gpg. | Daniel Kahn Gillmor | 2016-10-31 | 1 | -4/+4 |
| | | | | | | | | This follows weeks of discussion on the gnupg-devel mailing list. Hopefully it will make it easier for people using Python to use GnuPG in the future. Signed-off-by: Daniel Kahn Gillmor <[email protected]> | ||||
* | python: Import from __future__ to align behavior of Python 2.7. | Justus Winter | 2016-09-14 | 1 | -0/+3 |
| | | | | | -- Signed-off-by: Justus Winter <[email protected]> | ||||
* | python: Use more generic shebang. | Justus Winter | 2016-09-14 | 1 | -1/+1 |
| | | | | | -- Signed-off-by: Justus Winter <[email protected]> | ||||
* | python: Support the Assuan engine. | Justus Winter | 2016-07-28 | 1 | -0/+66 |
* lang/python/gpgme.i: Add typemaps for the Assuan protocol callbacks. * lang/python/helpers.c (_pyme_assuan_{data,inquire,status}_cb): New functions. * lang/python/private.h (_pyme_assuan_{data,inquire,status}_cb): New prototypes. * lang/python/pyme/core.py (Context.assuan_transact): New method. * lang/python/pyme/util.py (percent_escape): New function. * lang/python/tests/Makefile.am (py_tests): Add new test. * lang/python/tests/t-protocol-assuan.py: New file. Signed-off-by: Justus Winter <[email protected]> |