Write a Python interface for Fortran code
Project detail
This is the code that I would like to have a Python interface https://github.com/vubiostat/acepack
There is an R version already.
We expect the Python version to have a similar interface as the R version, and it has to pass the same test case.
The final code should also come with an installation Makefile, so I can install it and invoke it from my other Python code.