Wrap Julia package in Python: which is the best option?

There’s one more new option. Not sure It’s been announced, but it installs from Python (and its Julia sub-module TyPython.jl was recently registered too):

That should work for all Julia code (also juliacall, part of PythonCall.jl). There’s also, but still only for special Julia code:

one of its limitations:

Doesn’t currently work on Windows.

and building on it (with same (above) limitations):

Calling compiled Julia library from Python

2 Likes