• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..08-Jan-2021-

doc/H08-Jan-2021-13,74311,968

examples/H08-Jan-2021-4,6932,933

src/H08-Jan-2021-3,6652,526

tests/H08-Jan-2021-4,3172,845

MANIFEST.inH A D04-Oct-2018306 1211

Makefile.amH A D04-Jun-20193.2 KiB10366

Makefile.inH A D03-May-202224.8 KiB819700

READMEH A D03-Dec-20182.5 KiB7850

gpgme.iH A D03-Dec-201820.7 KiB710531

helpers.cH A D03-Dec-201831.2 KiB1,190962

helpers.hH A D28-Mar-20171.5 KiB4416

private.hH A D03-Dec-20181.8 KiB5522

setup.py.inH A D03-Dec-201811.1 KiB314218

version.py.inH A D03-Dec-20183.1 KiB9274

README

1                   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
2                    GPG - GPGME BINDINGS FOR PYTHON
3                   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
4
5
6Table of Contents
7─────────────────
8
91 Mailing List
102 Bugs
113 Authors
124 History
13
14
15The "gpg" module is a python interface to the GPGME library:
16<https://www.gnupg.org/software/gpgme/>
17
18"gpg" offers two interfaces, one is a high-level, curated, and idiomatic
19interface that is implemented as a shim on top of the low-level
20interface automatically created using SWIG.
21
22This way we make simple things easy, while still providing the entire
23functionality of the underlying library.
24
25
261 Mailing List
27══════════════
28
29  For general discussion and help see the gnupg-users mailing list:
30  <https://lists.gnupg.org/mailman/listinfo/gnupg-users>
31
32  For development see the gnupg-devel mailing list:
33  <https://lists.gnupg.org/mailman/listinfo/gnupg-devel>
34
35
362 Bugs
37══════
38
39  Please report bugs using our bug tracker <https://bugs.gnupg.org> with
40  tag (aka project) 'gpgme'.
41
42
433 Authors
44═════════
45
46  PyME was created by John Goerzen, and maintained, developed, and
47  cherished by Igor Belyi, Martin Albrecht, Ben McGinnes, Justus
48  Winter, and everyone who contributed to it in any way.
49
50  In 2016 we merged a port of PyME to into the GPGME repository, and
51  development will continue there.  Please see the VCS history for the
52  list of contributors, and if you do find bugs, or want to contribute,
53  please get in touch and help maintain the python gpg bindings.
54
55  Please see the section 'History' further down this document for
56  references to previous versions.
57
58
594 History
60═════════
61
62  • The python bindings were renamed from PyME to "gpg" in 2016.
63
64  • The bindings have been merged into the GPGME repository in 2016.
65
66  • The latest version of PyME for Python 3.2 and above (as of May,
67    2015) is v0.9.1.  <https://git.gnupg.org/gpgme.git/lang/py3-pyme>
68
69  • The latest version of PyME for Python 2.6 and 2.7 (as of this
70    writing) is v0.9.0.  <https://bitbucket.org/malb/pyme>
71
72  • A previous version of PyME v0.8.0 can be found on sourceforge:
73    <http://pyme.sourceforge.net/>
74
75  • A previous version of PyME v0.5.1 which works with GPGME v0.3.15 can
76    be found on John Goerzen's PyME page: <http://quux.org/devel/pyme/>
77    <https://www.complete.org/JohnGoerzen>
78