Metadata-Version: 1.1
Name: cgen
Version: 2016.2.2
Summary: C/C++ source generation from an AST
Home-page: http://documen.tician.de/cgen/
Author: Andreas Kloeckner
Author-email: inform@tiker.net
License: MIT
Description: cgen offers a simple abstract syntax tree for C and related languages
        (C++/CUDA/OpenCL) to allow structured code generation from Python.
        
        Places on the web related to cgen:
        
        * `Python package index <http://pypi.python.org/pypi/cgen>`_ (download releases)
        
          .. image:: https://badge.fury.io/py/cgen.png
              :target: http://pypi.python.org/pypi/cgen
        
        * `Documentation <http://documen.tician.de/cgen>`_ (read how things work)
        * `Github <http://github.com/inducer/cgen>`_ (get latest source code, file bugs)
        
        cgen is licensed under the liberal `MIT license
        <http://en.wikipedia.org/wiki/MIT_License>`_ and free for commercial, academic,
        and private use. All of cgen's dependencies can be automatically installed from
        the package index after using::
        
            pip install cgen
        
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
