Hello, Cythoners.
I'm getting towards the end of my second Cython project, and it's gone extremely smoothly. (You can see it here:
https://github.com/rec/tdsp - just what you want, if what you want is fast and powerful color math...)
Now I want to start packaging a release, which means making a bunch of builds for platforms like Windows and OS/X where the users might not even have a compiler, as well as making convenience builds for other platforms like Ubuntu.
Other people must have done this before, and also learned by feedback from their users.
Are there any good examples of this, or best practice documents? I found some examples on this list but they were dealing with "multiple extensions" whereas we have one extension library, and multiple release targets.