easycython
easycython copied to clipboard
An easy way to convert a .pyx file into a .pyd file and avoid having to write a setup.py
I'm going to have to rework the Appveyor scripts in order to have Python 3.5 work. This demo can be used as a guide: https://github.com/ogrisel/python-appveyor-demo/blob/master/appveyor.yml
I want a lot more tests, in which easycython is used to compile a bunch of different things. I especially want tests where `.pxd`s are used, and where `numpy` integration...
This from a DM from @twilighttucson: > Currently, there is built-in support for numpy as you probably already saw, but I'm quite happy to add support for OpenMP. Would it...
I would like to make a vim bundle for driving easycython. Firstly, the cython support for vim must be improved to highlight correctly (it seems like `cpdef` for instance is...
