servicepoint/crates/servicepoint_binding_py
2024-09-12 22:02:23 +02: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 Better way to drive compilation 2024-09-12 22:02:23 +02:00
pyproject.toml Initial binding infrastructure 2024-09-12 22:02:21 +02:00
Readme.md Add basic readme 2024-09-12 22:02:23 +02:00

What is this?

Python bindings for the rust servicepoint library.

Building

  • Need a python virtualenv
  • Activate it
  • make build

TODO

  • Automate shit