What are some options for packaging a python web server (i.e. flask, tornado, quart, sanic, etc.) that uses numpy inside an electron application?
I took a look at PyOxidizer, but could not find any examples in the documentation to suggest that this is possible with it.