GitHunt
IM

imarina/codepy

Generate and execute native code at run time, from Python

.. image:: https://badge.fury.io/py/codepy.png
:target: http://pypi.python.org/pypi/codepy

CodePy is a C/C++ metaprogramming toolkit for Python. It helps you compile
source code and dynamically load it into the Python interpreter.
This facility also works in conjunction with with PyCuda <http://mathema.tician.de/software/pycuda>_. Dynamic compilation and linking
are so far only supported in Linux with the GNU toolchain.

See also the documentation <http://documen.tician.de/codepy>_ and the
git tree <http://github.com/inducer/codepy>_.

Languages

Python98.4%C++1.6%

Contributors

Created June 23, 2016
Updated June 23, 2016
imarina/codepy | GitHunt