Cython code generator with Jinja2
Icon made by Freepik from flaticon.
cygenja takes templated Cython code as input and generates typed Cython classes and functions as output. The idea is to mimic the C++ template mechanism for Cython (and disregard the
experimental Cython fused types). We use the excellent templating language Jinja2 and some very basic rules.
cygenja is used in most of our Cython projects.
It is only compatible with Python 2.7 for the moment. We plan to make it available for Python 3.3 projects later.
cygenja is not an automatic Cython code generator like the ones listed on AutoPxd. cygenja does not
parse C/C++ header files to automatically produce Cython bindings.
The only dependency is the Jinja2 library.
To install:
python setup.py installIf you want to generate the documentation, you'll need Sphinx and the sphinx_bootstrap_theme (and possibly LaTeX and several sub modules/packages).
To know more about the cygenja library you can install it and then generate the documentation with Sphinx.
cygenja is licensed under the GLP3.
