From a8eee6fa4c3ca27c470fdb9113ae126d3243ca10 Mon Sep 17 00:00:00 2001 From: "emdee@spm.plastiras.org" Date: Mon, 19 Feb 2024 14:15:31 +0000 Subject: [PATCH] update --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c5d5601..6569d37 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ wrapping of [Tox](https://tox.chat/) [```libtoxcore```](https://github.com/TokTok/c-toxcore) into Python using [ctypesgen](https://github.com/ctypesgen/ctypesgen) -The full c-toxcore library is covered. +The full c-toxcore library is covered, but it doesn't actually work yet - +dunno why. The code is typed so that every call in ```tox*.py``` should have the right signature. @@ -66,6 +67,12 @@ module can be helpful in debugging crashes Others include: +* Ctypes bindings + originally from + ```next_gen``` branch by Ingvar. Those bindings work, unlike these. + Because it's ctypes you can follow things in a Python debugger, + or with the utterly stupendous Python feature of ```gdb```. + * Cython bindings. Incomplete and not really actively supported. Maybe it will get worked on in the future, but TokTok seems to be working on