Currently project.c is a C code that needs to be compiled independently and then loaded with ctypes. Ideally, we should either convert this code to a Cython extension or create a Cython extension that interfaces with the functions in project.c which would allow us to install the package and compile the code at once.
Currently
project.cis a C code that needs to be compiled independently and then loaded withctypes. Ideally, we should either convert this code to a Cython extension or create a Cython extension that interfaces with the functions inproject.cwhich would allow us to install the package and compile the code at once.