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.
This commit is contained in:
Ben McGinnes 2015-05-17 05:31:35 +10:00
parent 29887c9b28
commit 90405ac84b
No known key found for this signature in database
GPG Key ID: 7FF2D37135C7553C
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -10,3 +10,4 @@ sub-directory.
Directory Language
cl Common Lisp
py3-pyme Python 3 (port of PyME 0.9.0)