diff options
author | Ben McGinnes <[email protected]> | 2015-05-16 19:31:35 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2015-05-16 19:31:35 +0000 |
commit | 90405ac84b78ba7e5458ea09986749594a01195a (patch) | |
tree | 56993424663f23d8df503e39461124ab974417a5 | |
parent | Explaining why not all scripts work (diff) | |
download | gpgme-90405ac84b78ba7e5458ea09986749594a01195a.tar.gz gpgme-90405ac84b78ba7e5458ea09986749594a01195a.zip |
Python 3 port of PyME
* Port of PyME 0.9.0 for Python 2 to Python 3 along with most of the
example scripts.
* Intended to be developed in parallel with the original Python 2
version until such time as a rewrite of GPGME leads to developing an
IO API in Python 3 from scratch.
* Python 3 PyME and API maintainer has entered, stage left with current
GPG key ID 0x321E4E2373590E5D, primary fingerprint is "DB47 24E6 FA42
86C9 2B4E 55C4 321E 4E23 7359 0E5D" and signing subkey fingerprint is
"B7F0 FE75 9387 430D D0C5 8BDB 7FF2 D371 35C7 553C" for future
reference with git commit signatures.
-rw-r--r-- | lang/Makefile.am | 2 | ||||
-rw-r--r-- | lang/README | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile.am b/lang/Makefile.am index 854d9348..29446ebf 100644 --- a/lang/Makefile.am +++ b/lang/Makefile.am @@ -17,6 +17,6 @@ # License along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA -SUBDIRS = cl +SUBDIRS = cl, py3-pyme EXTRA_DIST = README diff --git a/lang/README b/lang/README index da54c78b..559be5f3 100644 --- a/lang/README +++ b/lang/README @@ -10,3 +10,4 @@ sub-directory. Directory Language cl Common Lisp +py3-pyme Python 3 (port of PyME 0.9.0) |