[Cython] new "cythonize" script

2013-08-10 Thread Stefan Behnel
Hi, I added a script as "bin/cythonize" that acts as a frontend for the cythonize() compilation tool (and distutils' build_ext). https://github.com/cython/cython/blob/master/bin/cythonize One cool feature is that you can use it to recursively compile packages: cythonize -i -k Cython will t

Re: [Cython] [cython-users] new "cythonize" script

2013-08-10 Thread Robert Bradshaw
On Sat, Aug 10, 2013 at 11:39 AM, Stefan Behnel wrote: > Hi, > > I added a script as "bin/cythonize" that acts as a frontend for the > cythonize() compilation tool (and distutils' build_ext). > > https://github.com/cython/cython/blob/master/bin/cythonize > > One cool feature is that you can use i