gpgme/lang/README
Ingo Klöcker 932caf37d3
python: Remove Python bindings
* README: Update.
* configure.ac: Remove checks, variables and file generations related to
the Python bindings. Remove python from available_languages and
default_languages.
* lang/Makefile.am (DIST_SUBDIRS): Remove python.
* lang/python: Remove.
* m4/ax_pkg_swig.m4, m4/ax_python_devel.m4, m4/python.m4: Remove.
--

The Python bindings have been moved to a separate Git repository:
gpgmepy.

GnuPG-bug-id: 7262
2025-02-03 11:19:09 +01:00

22 lines
559 B
Plaintext

Language Support for GPGME
--------------------------
This directory contains support for other languages than C.
Please note that language support components may be under a different
license than GPGME itself. You can find more information in each
sub-directory.
Directory Language
cl Common Lisp
js Native messaging client for the gpgme-json server.
More language bindings are available in separate repositories.
Repository Language
gpgmepp C++
gpgmeqt Qt-Framework API
gpgmepy Python 3 (module name: gpg)