GPGME pyme branch ready to merge with master

Ben McGinnes ben at adversary.org
Tue Jun 23 17:20:33 CEST 2015


On 24/06/2015 12:37 am, Bernhard Reiter wrote:
> Hi Ben,
> 
> On Saturday 16 May 2015 at 22:26:26, Ben McGinnes wrote:
>>         As the subject indicates, the pyme branch in the GPGME repo is
>> ready to be merged with master.
> 
> thanks for caring for the python3 bindings!
> Can you add the python3 version to https://wiki.gnupg.org/APIs
> so we can keep the overview there?

Sure.  Also, it reminds me I've a little tweaking of it left after all.

I've also given more thought to its eventual replacement after GPGME
gets its overhaul and I think I'm leaning more towards CFFI than
Cython to replace SWIG.  I do love the idea of Cython, but that's not
a good enough reason to select it for the job.  CFFI, however, gives
some significant benefits.  Not least of which being: only needing to
write Python code, native support for JIT interpreters (i.e. PyPy) and
most performance tests indicate it's the most resource efficient of
its kind.  It's also the C framework of choice for certain other
crypto modules (e.g. pyca/cryptography.py, PyCrypto and others
others).  It might make some of those things play together much more
readily.


Regards,
Ben

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 630 bytes
Desc: OpenPGP digital signature
URL: </pipermail/attachments/20150624/f103a66f/attachment.sig>


More information about the Gnupg-devel mailing list