Is it feasible to add support to Python 3.x?
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)
C