Metadata-Version: 1.0
Name: codepy
Version: 2011.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
Description: 
              CodePy is a C/C++ metaprogramming toolkit for Python. It handles two aspects of
              native-code metaprogramming:
        
              * Generating C/C++ source code.
              * Compiling this source code and dynamically loading it into the
                Python interpreter.
        
              Both capabilities are meant to be used together, but also work
              on their own. In particular, the code generation facilities work
              well in conjunction with `PyCuda <http://mathema.tician.de/software/pycuda>`_.
              Dynamic compilation and linking are so far only supported in Linux
              with the GNU toolchain.
              
Platform: UNKNOWN
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
