cqlite icon indicating copy to clipboard operation
cqlite copied to clipboard

FR: A Python Wrapper

Open z-ai-lab opened this issue 3 years ago • 1 comments

Is it feasible to add support to Python 3.x?

z-ai-lab avatar Oct 23 '22 18:10 z-ai-lab

There is a C API, so one could definitely write Python bindings on top of that. (Or maybe even easier, one could build it on top of https://github.com/PyO3/pyo3)

dyedgreen avatar Oct 23 '22 18:10 dyedgreen