From 39d707852add5ea1fe7e488f8730b33227132b18 Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Sun, 10 May 2015 08:42:27 +1000 Subject: [PATCH] Spelling and some additions * Fixed a typo. * Also added Confidant Mail, Martin Albrecht's PyME (for Python 2, the Python 3 version is in the GPGME repo at gnupg.org) and Vinay Sajip's GPG module for both Python 2 and 3. --- projects.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/projects.md b/projects.md index 2514225..9648d6e 100644 --- a/projects.md +++ b/projects.md @@ -36,8 +36,14 @@ The following are projects that implement the [OpenPGP](https://en.wikipedia.org - [LEAP](https://leap.se) - ...to be added... +### APIs and Language Bindings + +- [PyME](https://bitbucket.org/malb/pyme) - Python 2 bindings for GPGME +- [Python GnuPG](https://bitbucket.org/vinay.sajip/python-gnupg) + ### Miscelaneous - [Schleuder encrypted mailinglist](https://schleuder2.nadir.org) +- [Confidant Mail](http://confidantmail.org) -This is by no means an exlcusive list. If you work on or know of a relevant project and would like it included, please file and issue on [our github repo](https://github.com/ModernPGP/modernpgp.github.io). \ No newline at end of file +This is by no means an exclusive list. If you work on or know of a relevant project and would like it included, please file and issue on [our github repo](https://github.com/ModernPGP/modernpgp.github.io).