Wrapping and packaging a C library is hard. Cython needs a seperate compile step with no clear guide as to who should be doing that step, CFFI has an implicit compile and is really hard to package correctly.
How can we make packaging C libraries easier?