Exposing the EXPORT_MODE_*
constants and an optional "mode" argument to the export method
#5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey thanks for maintaining this binding to gpgme.
I wanted to export secret keys, so I exposed the necessary library members to the Python API.
Please let me know what you would like me to improve in this PR in order to get it merged to the HEAD.
One question: how did you manage to get the test suite running without need for human interaction (i.e: bypass pinentry entirely) ?
I asked that because there is a follow-up patch for the test suite as well, but need to get repeatable green builds before that can be worked on.
FYI2: I'm willing to do a major refactoring in the "unit" tests and reach 100% of test coverage.If that sounds good let's talk more about it :)
Cheers!