Metadata-Version: 2.4
Name: cppyy
Version: 0.9.1
Summary: Cling-based Python-C++ bindings
Home-page: http://cppyy.readthedocs.org
Author: Wim Lavrijsen
Author-email: WLavrijsen@lbl.gov
License: LBNL BSD
Keywords: C++ bindings
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Interpreters
Classifier: License :: OSI Approved :: BSD License
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.6
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Natural Language :: English
License-File: LICENSE.txt
Requires-Dist: CPyCppyy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

.. -*- 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://cern.ch/wlav/Cppyy_LavrijsenDutta_PyHPC16.pdf>`_.

Full documentation: `cppyy.readthedocs.io <http://cppyy.readthedocs.io/>`_.

