servicepoint/crates/servicepoint_binding_py/Readme.md
Martin Häcker bf4b89e5d8 Docs
2024-09-12 22:02:23 +02:00

18 lines
350 B
Markdown

# What is this?
Python bindings for the rust servicepoint library built using [Maturin](https://www.maturin.rs).
## Building
* Need a python virtualenv
* Activate it
* `make build`
## TODO
* expose rust functions to python
* rename `src` -> `rust`
* encapsulete python module in `py` folder
* unit tests for python bindings
* example fnord sign