From a3a477870cdbdb4b9c4c8b403c09b13502291234 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 19 Oct 2024 19:17:13 +0200 Subject: Finished Python module --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d1ae1ce..4f9be77 100644 --- a/README.md +++ b/README.md @@ -182,8 +182,14 @@ From here you can call the library functions directly, for example: 'ASTUGFBH=DACXEZGBLIKF' ``` -Please note: as this is work in progress, not all functions are currently -available from the Python module. +Some methods have a different signature in the Pythn module than in +libnissy: for example `solve()` returns the solutions as a list of +strings instead of writing them to a return parameter buffer. +You can access the documentation for the Python module from within +a Python interpreter with `help(nissy)`. Cross-check this documentation +with the comments in nissy.h for more details. + +Please note: the support for the Python module is still rudimentary. ## Cube formats -- cgit v1.3