I have never used Python, but hearing your scenario, I wonder if a Julia API might be acceptable?
Yesterday, I've submitted a package to METADATA I use quite a lot for my own work with similar scenarios (Pages <https://github.com/EricForgy/Pages.jl>). I use it mostly for calling Julia from JavaScript (and vice versa), but it would work for any language that supports HTTP requests and WebSockets. If it interested, I could help get you set up so you can start experimenting with it. PS: Until it is merged to METADATA (:pray:), the installation instructions would be Pkg.clone("https://github.com/EricForgy/Pages.jl.git") instead of Pkg.add("Pages") Best regards, Eric
