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
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