Standalone python 3 api

Is there a version of the python api for python3?

I got the one that was in the repository to work by running 2to3 on it and making some string encoding changes, but I’d rather use an official version if there is one available.

We’re trying to get rid of python 2 in our pipeline.

Hello!

There isn’t a Python 3 version at the moment. Running it through 2to3 is as good as you’ll have it for the moment.