easycython icon indicating copy to clipboard operation
easycython copied to clipboard

An easy way to convert a .pyx file into a .pyd file and avoid having to write a setup.py

Results 5 easycython issues
Sort by recently updated
recently updated
newest added

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

beginners welcome

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

enhancement
help wanted
beginners welcome

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

enhancement
help wanted

![image](https://cloud.githubusercontent.com/assets/480395/6241875/dd3e9d88-b770-11e4-9af1-17abb2258992.png)