I want to distribute some python code that uses a cython library that I have written. My question is simple: Must I distribute the source code and setup file and the end user must compile the cython library on their end, or is it possible to distribute the pre-compiled library and expect it to work on the target machine (regardless of differences in operating system and hardware etc)?
Please let me know if the question is not clear and well posed. Thanks!