lp:pygpgme

Created by James Henstridge and last modified

The development branch of PyGPGME

Get this branch:
bzr branch lp:pygpgme
Only James Henstridge can upload to this branch. If you are James Henstridge please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
James Henstridge
Project:
PyGPGME
Status:
Development

Recent revisions

92. By Werner Koch <email address hidden>

Allow building with gpgme versions < 1.4.

This makes use of the new GPGME_VERSION_NUMBER macro to link to the
new functions only if they are available. A configure test would be
better but I don't known whether the python build system supports this.

91. By Werner Koch <email address hidden>

Add support for the pinentry_mode which is available since gpgme 1.3.3.

New constants:
     PINENTRY_MODE_DEFAULT
     PINENTRY_MODE_ASK
     PINENTRY_MODE_CANCEL
     PINENTRY_MODE_ERROR
     PINENTRY_MODE_LOOPBACK
New attribute for gpgme.Context objects:
     pinentry_mode

90. By James Henstridge

Move the documentation closer to the implementations.

89. By Tim Allen

Add basic documentation to module.

88. By James Henstridge

Add a NEWS file.

87. By James Henstridge

Switch the key editing utilities over to use generator based callbacks
so the logic looks more procedural.

86. By Toshio Kuratomi

Include the examples directory in release tarballs, fixing bug #828089.

85. By James Henstridge

Fix up STATE_ERROR handling in editutil, fixing bug #861470.

84. By James Henstridge

Update simple example function to work with Python 3.

83. By James Henstridge

Update setup.py to note that this package works with both Python 2.x and
Python 3.x.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.