Open Robinlovelace opened 2 years ago
Here is an approach by @pkopparla that uses maturin: https://github.com/zonebuilders/zonebuilder-py/
If you're interested in another Rust/Py interface project let us know Pushkar and thanks for great work on zonebuilder!
Another example: https://github.com/pola-rs/polars/tree/master/py-polars
Hey Robin, thanks for thinking of me. Unfortunately, I'm in the middle of a job hunt and don't have the mental space right now to start something new. I'm in the georust discord, so I'll follow things there and maybe pitch in once I have a little more time.
We already have a simple R interface, one that relies on system calls rather than the more sophisticated 'rextendr' approach #22: https://github.com/atumworld/odrust
It would be good to have a Python interface. Any Python developers out there very welcome to help out with this!