Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wlav/cppyy
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wlav/cppyy
- Owner: wlav
- License: other
- Created: 2021-07-18T02:43:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T04:54:29.000Z (about 2 months ago)
- Last Synced: 2024-10-29T23:09:53.128Z (15 days ago)
- Language: Python
- Size: 949 KB
- Stars: 407
- Watchers: 11
- Forks: 42
- Open Issues: 123
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
.. -*- mode: rst -*-
cppyy: Python-C++ bindings interface based on Cling/LLVM
========================================================cppyy provides fully automatic, dynamic Python-C++ bindings by leveraging
the Cling C++ interpreter and LLVM.
It supports both PyPy (natively), CPython, and C++ language standards
through C++17 (and parts of C++20).Details and performance are described in
`this paper `_,
originally presented at PyHPC'16, but since updated with improved performance
numbers.Full documentation: `cppyy.readthedocs.io `_.
Notebook-based tutorial: `Cppyy Tutorial `_.
For Anaconda/miniconda, install cppyy from `conda-forge `_.
----
Change log:
https://cppyy.readthedocs.io/en/latest/changelog.htmlBug reports/feedback:
https://github.com/wlav/cppyy/issues