Re: Python GPG libraries

2015-07-26 Thread MFPA
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi On Friday 24 July 2015 at 1:06:50 PM, in , Tobias Mueller wrote: > Hi. > On Thu, Jul 23, 2015 at 03:35:09PM -0400, F Rafi wrote: >> Does anyone use a GPG library to embed file encryption processes within >> python code? Which libraries do you

Re: Python GPG libraries

2015-07-25 Thread Tobias Mueller
Hi. On Thu, Jul 23, 2015 at 03:35:09PM -0400, F Rafi wrote: > Does anyone use a GPG library to embed file encryption processes within > python code? Which libraries do you use? Any recommendations? As far as I understand, the GPGME-based pygpgme is the embraced library: https://launchpad.net/pygpg

Re: Python GPG libraries

2015-07-23 Thread Daniel Roesler
There appears to be two main forks of the wrapper. I'm not sure on what the differences are, but they appear to be pretty well maintained. I'd recommend using one of these wrappers. https://bitbucket.org/vinay.sajip/python-gnupg (what runs https://pythonhosted.org/python-gnupg/) https://github.co

Python GPG libraries

2015-07-23 Thread F Rafi
Does anyone use a GPG library to embed file encryption processes within python code? Which libraries do you use? Any recommendations? We looked at the ones below which are basically wrappers for the GnuPG library. http://pythonhosted.org/gnupg/ https://pythonhosted.org/python-gnupg/index.html htt