From 54315d025217b753d2f77cd84dd3c1221b741c9d Mon Sep 17 00:00:00 2001 From: Dugan Chen Date: Mon, 19 May 2014 16:28:16 +0700 Subject: python/pygpgme: Added (GPGME library wrapper). Signed-off-by: Willy Sudiarto Raharjo --- python/pygpgme/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/pygpgme/README (limited to 'python/pygpgme/README') diff --git a/python/pygpgme/README b/python/pygpgme/README new file mode 100644 index 0000000000000..f21f96d4eeb50 --- /dev/null +++ b/python/pygpgme/README @@ -0,0 +1,6 @@ +PyGPGME is a Python module that lets you sign, verify, encrypt and decrypt +messages using the OpenPGP format. + +It is built on top of the GNU Privacy Guard and the GPGME library. + +This is the "python-gpge" library that Dropbox expects. -- cgit v1.2.3