servicepoint/crates/servicepoint_binding_py
2024-11-07 19:12:14 +01:00
..
examples/fnord_sign Initial binding infrastructure 2024-09-12 22:02:21 +02:00
servicepoint Initial binding infrastructure 2024-09-12 22:02:21 +02:00
src Initial binding infrastructure 2024-09-12 22:02:21 +02:00
Cargo.toml Initial binding infrastructure 2024-09-12 22:02:21 +02:00
Makefile Document installation 2024-11-07 19:12:14 +01:00
pyproject.toml Initial binding infrastructure 2024-09-12 22:02:21 +02:00
Readme.md Docs 2024-09-12 22:02:23 +02:00

What is this?

Python bindings for the rust servicepoint library built using Maturin.

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