Is it possible to run cython code with this as well? Since you can run a setup.py script could you compile cython and run it?
Looking at the docs, it seems only suited for interpreted code, but Iād be interested to know if this was feasible or almost feasible with a little work.
We are working now on support for arbitrary imports of public packages from PyPi, which will include cython support, but only for public pypi packages. Soon after that we'll be working on a way to provide proprietary packages (including cython).
Looking at the docs, it seems only suited for interpreted code, but Iād be interested to know if this was feasible or almost feasible with a little work.