Metadata-Version: 1.1
Name: cppyy
Version: 0.2.1
Summary: Cling-based Python-C++ bindings
Home-page: http://cppyy.readthedocs.io/en/latest
Author: Wim Lavrijsen
Author-email: WLavrijsen@lbl.gov
License: LBNL BSD
Description: .. -*- mode: rst -*-
        
        cppyy: Python-C++ bindings interface based on Cling/LLVM
        ========================================================
        
        cppyy provides dynamic Python-C++ bindings by leveraging the Cling C++
        interpreter and LLVM.
        It supports both PyPy and CPython.
        
        Details and performance are described in
        `this paper <http://conferences.computer.org/pyhpc/2016/papers/5220a027.pdf>`_.
        
        Full documentation: `cppyy.readthedocs.org <http://cppyy.readthedocs.io/en/latest/>`_.
        
Keywords: C++ bindings
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Interpreters
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Natural Language :: English
