Metadata-Version: 1.1
Name: cygenja
Version: 0.5.2
Summary: Cython code generator with Jinja2
Home-page: https://github.com/PythonOptimizers/cygenja
Author: Nikolaj van Omme
Author-email: nikolaj@funartech.com
License: LGPL
Download-URL: https://github.com/PythonOptimizers/cygenja
Description: cygenja
        =======
        
        `cygenja` is a very simple code generator.
        
        What it is
        ----------
        
        `cygenja` takes templated `Cython` code as input and generates typed `Cython` classes and functions. The idea is to mimic the `C++` template mechanism for `Cython` (and disregard the
        experimental `Cython` `fused types <http://docs.cython.org/src/userguide/fusedtypes.html>`_. We use the excellent templating language `Jinja2 <http://jinja.pocoo.org/docs/dev/>`_) and some very basic rules.
        
        `cygenja` is used in most of our `Cython` projects.
        
        What it is not
        --------------
        
        `cygenja` is not an automatic `Cython` code generator like the ones listed on `AutoPxd <https://github.com/cython/cython/wiki/AutoPxd>`_. `cygenja` does **not**
        parse `C`/`C++` header files to automatically produce Cython bindings.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Natural Language :: English
