From 177835be9dba392ab10994254b67aa676be66331 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 15 Feb 2018 18:06:50 +0100 Subject: ffi: Add preliminary Python bindings. - The bingings support basic manipulation of OpenPGP data, but are quite incomplete. Furthermore, the Python API is not very pythonic in some places, so expect it to break in the future. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 38a2d2f5..590d649a 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,20 @@ use `make install`. The latter target honors `PREFIX` and `DESTDIR`. Finally, to return your source tree to its pristine state, run `make clean`. +Bindings +-------- + +### Python + +The FFI crate contains Python bindings. To disable building, testing, +and installing the Python bindings, use `make PYTHON=disable`. + +To build the Python bindings, you will need cffi and pytest for Python3. + +Debian: + + $ apt install python3-cffi python3-pytest + Getting help ============ -- cgit v1.2.3