Hi all, Over the last couple of days I have implemented a Python implementation of the Avatica RPC client and a package with the standard Python DB API 2.0 interface that uses the client, allowing it to talk to the Phoenix query server. The project is in very early stage, but it passes the most commonly used DB API 2.0 compliance and can do the most basic SQL operations, so I thought I'd share it here to possibly get some feedback.
https://bitbucket.org/lalinsky/python-phoenixdb/src Regards, Lukas
