It is just a small and fast question. I see in the documentation: "Interface with the GMT C API directly using ctypes (no system calls)."
I understood that now, cffi was just better than ctypes for new projects (see for example https://www.quora.com/How-can-I-decide-between-using-ctypes-and-CFFI-in-Python).
I was wondering if there is a reason why gmt-python doesn't use cffi instead of ctypes?
It is just a small and fast question. I see in the documentation: "Interface with the GMT C API directly using ctypes (no system calls)."
I understood that now, cffi was just better than ctypes for new projects (see for example https://www.quora.com/How-can-I-decide-between-using-ctypes-and-CFFI-in-Python).
I was wondering if there is a reason why gmt-python doesn't use cffi instead of ctypes?