Hacker News new | ask | show | jobs
by Kalanos 1364 days ago
is there a pythonic api for scripting (not command line)? i was looking for a json query tool and couldn't find one.
1 comments

Yes, I designed the code base so that the core of the IO and query logic are abstracted into a Rust library called columnq. My plan is to wrap it with pyo3 so the full API can be accessed as a Python package! If you are interested in helping with this, please feel free to submit a PR. The core library is located at https://github.com/roapi/roapi/tree/main/columnq