From 4de2035d0cb931fea0a645e61557ff79a0aedbe1 Mon Sep 17 00:00:00 2001 From: Christoph Jabs <98587286+chrjabs@users.noreply.github.com> Date: Thu, 28 Mar 2024 14:23:46 +0200 Subject: [PATCH] doc: mention python api in readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5408f9b1..73d8a8da 100644 --- a/README.md +++ b/README.md @@ -73,3 +73,10 @@ For an example of how to use the C-API, see `rustsat/examples/capi*.cpp`. Similarly, for an example of using the Python API, see `rustsat/examples/pyapi*.py`. + +## Python Bindings + +This library also comes with experimental Python bindings to use its encodings +from Python. The Python bindings are available at +[PyPI](https://pypi.org/project/rustsat/). For more details see the [Python API +documentation](https://christophjabs.info/rustsat/pyapi/).