[Catalog-sig] [Draft] Package signing and verification process

M.-A. Lemburg mal at egenix.com
Wed Feb 6 21:48:07 CET 2013


On 06.02.2013 21:33, Donald Stufft wrote:
> On Wednesday, February 6, 2013 at 3:31 PM, Vinay Sajip wrote:
>> Donald Stufft <donald.stufft <at> gmail.com (http://gmail.com)> writes:
>>
>>> * Do we have bindings to GPG that we can use?
>>
>> There's python-gnupg [1][2] which I maintain. I test it on Linux, Mac OS X and
>> Windows. It relies on an already installed GnuPG executable being available, and
>> works through the subprocess module to talk to it. It covers most GnuPG
>> functions which don't require back-and-forth interaction with a user (such as
>> editing keys).
>>
>> Regards,
>>
>> Vinay Sajip
>>
>> [1] https://code.google.com/p/python-gnupg/
>> [2] http://packages.python.org/python-gnupg/
>>
> Yea I'm actually aware of that, However it requires installing GPG like
> you said which is pretty unfriendly in general on Windows, and adds
> another barrier to release. 

Try gnupg-w32cli which is really easy to install and doesn't
get in your way:

http://lists.gnupg.org/pipermail/gnupg-announce/2012q1/000313.html

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Feb 06 2013)
>>> Python Projects, Consulting and Support ...   http://www.egenix.com/
>>> mxODBC.Zope/Plone.Database.Adapter ...       http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________

::::: Try our mxODBC.Connect Python Database Interface for free ! ::::::

   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611
               http://www.egenix.com/company/contact/


More information about the Catalog-SIG mailing list