From 849f6072f42e65651e37c99ba05f6482941d3bca Mon Sep 17 00:00:00 2001 From: emdee Date: Sat, 24 Sep 2022 04:00:03 +0000 Subject: [PATCH] Initial commit --- README.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af6daac..651e721 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,29 @@ # toxygen_wrapper -ctypes wrapping of libtoxcore into Python. Taken from the now abandoned https://github.com/toxygen-project/toxygen `next_gen` branch \ No newline at end of file +ctypes wrapping of libtoxcore +into Python. Taken from the now abandoned + `next_gen` branch. + +The basics of NGC groups are supported. + +## Install + +Put the parent of the wrapper directory on your PYTHONPATH and +touch a file called `__init__.py` in the parent directory. + +## Prerequisites + +No prerequisites. + +# Other wrappers + +There are a number of other wrappings into Python of Tox core. +This one uses CTYPES which has its merits - there is no need to +recompile anything as with Cython - change the Python file and it's done. + +Others include: + +* Incomplete and not really + actively supported. Maybe it will get worked on in the future, + but TokTok seems to be working on java, rust, go, etc. bindings instead. +