Metadata-Version: 2.4
Name: codepy
Version: 2019.1
Summary: Generate and execute native code at run time.
Home-page: http://mathema.tician.de/software/codepy
Author: Andreas Kloeckner
Author-email: inform@tiker.net
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Dist: pytools>=2015.1.2
Requires-Dist: numpy>=1.6
Requires-Dist: appdirs>=1.4.0
Requires-Dist: six
Requires-Dist: cgen
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

.. 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>`_.
