Skip to content

Commit

Permalink
doc: mention python api in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjabs authored Mar 28, 2024
1 parent a13e9a8 commit 4de2035
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

<!-- cargo-rdme end -->

## 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/).

0 comments on commit 4de2035

Please sign in to comment.