2015-06-26 09:54:06 +00:00
|
|
|
* GPyGME
|
|
|
|
|
|
|
|
** Project Goal
|
|
|
|
|
|
|
|
Intended as both a replacement of the older PyME bindings for Python 2
|
2015-06-26 17:27:10 +00:00
|
|
|
and Python 3, though it will only be implemented in Python 3. Some
|
|
|
|
effort may be made to allow it to work as a module or series of
|
|
|
|
modules in Python 2, but there are no guarantees.
|
|
|
|
|
|
|
|
GPyGME is intended to be the official API for third party (i.e.
|
|
|
|
non-C) languages and bindings. While it should be able to be imported
|
|
|
|
into any Python 3 code as a normal Python module or library, this is
|
|
|
|
not the principal goal. The real value is in providing an API for
|
|
|
|
everyone by providing a pseudo-REST style API. It is not actually a
|
|
|
|
REST API because it is not purely web-based, though could be
|
|
|
|
implemented that way (and almost certainly will be by many).
|
|
|
|
|
|
|
|
GPyGME will accept and respond with JSON data types to provide a
|
|
|
|
method of interaction with GPGME with which most, if not all, modern
|
|
|
|
application developers are familiar. Consequently the bindings ought
|
|
|
|
to be usable by anyone for any purpose for which GPGME could meet the
|
|
|
|
need.
|
2015-06-26 09:54:06 +00:00
|
|
|
|
|
|
|
** Project Name
|
|
|
|
|
|
|
|
GPyGME, with the first "G" being silent is pronounced the same way as
|
2015-06-26 17:27:10 +00:00
|
|
|
[[https://en.wikipedia.org/wiki/Pygmy_peoples][pygme]]. It could be thought of as a diminutive form of GPGME with the
|
2015-06-26 09:54:06 +00:00
|
|
|
ability to unlock just as much power.
|
|
|
|
|
|
|
|
** Licensing
|
|
|
|
|
2015-06-26 17:27:10 +00:00
|
|
|
GPyGME utilises the LGPL 2.1+ license, the same as GPGME itself. As
|
|
|
|
it is built on GPGME this is a requirement. Documentation will be
|
|
|
|
covered by both the GPLv3+ as with the GPGME documentation and a
|
|
|
|
Creative Commons license.
|
2015-06-26 09:54:06 +00:00
|
|
|
|
|
|
|
Note that interacting with the GPyGME API as a stand alone interface
|
2015-06-26 17:27:10 +00:00
|
|
|
(i.e. sending and receiving JSON data to it via a socket, command or
|
2015-06-26 09:54:06 +00:00
|
|
|
other connection type) does not require conforming with either the GPL
|
2015-06-26 17:27:10 +00:00
|
|
|
or LGPL licenses. Only when importing or integrating this code into
|
|
|
|
your own application does that become a requirement.
|
2015-06-26 09:54:06 +00:00
|
|
|
|
|
|
|
** Feedback
|
|
|
|
|
|
|
|
GPyGME is written and maintained by [[mailto:ben@adversary.org][Ben McGinnes]], but discussion ought
|
|
|
|
to be conducted on the [[https://lists.gnupg.org/mailman/listinfo/gnupg-devel][gnupg-devel]] mailing list.
|