Suzhou-Tongyuan / jnumpy

Writing Python C extensions in Julia within 5 minutes.
MIT License
234 stars 8 forks source link

Name change and supported on e.g. Windows? #38

Open PallHaraldsson opened 2 years ago

PallHaraldsson commented 2 years ago

Hi,

I had tried your package on Linux, and was curious if also suppoeted on e.g. Windows (and how to find out), so I looked into PyPi and discovered with same name:

https://pypi.org/project/jnumpy/

Note I pointed to your code (announced prematurely?): https://discourse.julialang.org/t/wrap-julia-package-in-python-which-is-the-best-option/79344/14?u=palli

thautwarm commented 2 years ago

Hi, JNumPy supports Windows. As for the concerns of the discourse post, precompilation and calling julia from statically linked python is supported.

thautwarm commented 2 years ago

The link to our pypi package is https://pypi.org/project/julia-numpy.

We will consider about the name collision issue in the future stage.