pytoolz / benchtoolz

Benchmark Python and Cython code
Other
13 stars 3 forks source link

Allow building of Cython files via "setup.py" #15

Open eriknw opened 10 years ago

eriknw commented 10 years ago

Right now, Cython files are compiled via pyximport. This is very convenient, but doesn't allow custom builds. It should be possible to build Cython files as is typically done using "setup.py".