You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could provide Python bindings directly in this project. Dependent Python projects would be able to just import minpack rather than wrapping the C API themselves.
We could provide Python bindings directly in this project. Dependent Python projects would be able to just
import minpack
rather than wrapping the C API themselves.ctypes
andcffi
but not with Cython:https://fortran-lang.discourse.group/t/fortranlang-a-python-package/2870
Related to #14
The text was updated successfully, but these errors were encountered: