Skip to content

apwiggins/cython_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cython_scripts

a couple of cython compile to binary patterns

Makefile

Makefile - traditional makefile which makes it easier to pull cython into a makefile-oriented build chain

  • example pattern
  • if you're building cython libraries, add some setup.py

cy

cy - a simple command-line bash wrapper

  • compile a cython .pyx file to binary
  • usage: cy ./file (less .pyx suffix)
  • useful for simple .pyx files

Example with python3 / cython3

An updated python3 / cython3 example is included with an updated Makefile

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors