mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-19 02:20:12 +01:00
18 lines
304 B
Markdown
18 lines
304 B
Markdown
# What is this?
|
|
|
|
Python bindings for the rust servicepoint library.
|
|
|
|
## 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
|