codon/extra/python
Ibrahim Numanagić 2361faa4f0
Easy Cython source distribution (#48)
* Refactor JIT/Cython headers; Fix #47

* Update setup.py

Co-authored-by: A. R. Shajii <ars@ars.me>
2022-09-16 09:03:57 -04:00
..
codon Easy Cython source distribution (#48) 2022-09-16 09:03:57 -04:00
config Annotation updates (#41) 2022-08-02 14:53:17 -04:00
.gitignore Add Cython fixes (decorator arguments, pyvars support) (#42) 2022-08-03 16:36:03 -04:00
MANIFEST.in Add Cython fixes (decorator arguments, pyvars support) (#42) 2022-08-03 16:36:03 -04:00
README.md Add Cython fixes (decorator arguments, pyvars support) (#42) 2022-08-03 16:36:03 -04:00
pyproject.toml @codon Python decorator and Python interop fixes (#19) 2022-03-31 10:22:26 +02:00
setup.py Easy Cython source distribution (#48) 2022-09-16 09:03:57 -04:00

README.md

To install:

$ pip install extra/python

To use:

import codon

@codon.jit
def ...