JSPyBridge
JSPyBridge copied to clipboard
[Question] Why have to use 'async' call for Python Api?
It is boring to write it. And for what if possible a direct translation call to Python API?
At the moment this does not use the Python API and instead uses stdio pipes to do the communication in pure Python and Node.
I agree that moving to native Python and Node API or adding it as a backend would make things easier (e.g. you don't have to await everything). Open to PRs if anyone wants to take this on, otherwise I'll have a look at some point.