cythonize.sh 256 B

123456789101112131415
  1. echo "Cythonizing .pyx files to C files"
  2. cython benchmarking.pyx
  3. cython casts.pyx
  4. cython file.pyx
  5. cython ink.pyx
  6. cython network.pyx
  7. cython python.pyx
  8. cython shell.pyx
  9. cython cstate.pyx
  10. cython system.pyx
  11. cython types.pyx
  12. echo "Cythonization is complete"