-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python binding? #19
Comments
Emmm ... it is a good idea to export this library to C lib and then wrap it for work in Python, I will try to do it but the completion time is indefinite. If you want to use it immediately, I think this is a bad idea and it is welcome if you want to contribute. |
I also want to contribute but my Rust level is still very low (not even do
For "export this library to C lib", I think it needs your side to expose some API as I've just read this and found that a Rust data type doesn't always have an equivalent in C. |
There is a library to Rust binding to Python, but currently only supports nightly, I don't very want to use it. Probably still use ffi export to do, but this seems a bit complicated. |
@driftluo Why not try https://github.com/dgrunwald/rust-cpython? This seems do not require nightly rust. |
Why don't you use this? https://github.com/influxdata/influxdb-python |
@weaming That rust-cpython requires to write very longer code. @faulesocke Bad performance on low-end computer. |
Could you please add Python binding for this lib? Also add wheel package for ARM.
I would like to use it in ARM board, to replace the Python-pure client.
The text was updated successfully, but these errors were encountered: