CPyCppyy


NameCPyCppyy JSON
Version 1.12.16 PyPI version JSON
download
home_pagehttp://cppyy.readthedocs.io/
SummaryCling-based Python-C++ bindings for CPython
upload_time2023-11-15 18:53:05
maintainer
docs_urlNone
authorWim Lavrijsen
requires_python
licenseLBNL BSD
keywords c++ bindings data science
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. -*- mode: rst -*-

CPyCppyy: Python-C++ bindings interface based on Cling/LLVM
===========================================================

CPyCppyy is the CPython equivalent of _cppyy in PyPy.
It provides dynamic Python-C++ bindings by leveraging the Cling C++
interpreter and LLVM.
Details and performance are described in
`this paper <http://conferences.computer.org/pyhpc/2016/papers/5220a027.pdf>`_.

CPyCppyy is a CPython extension module built on top of the same backend API
as PyPy/_cppyy.
It thus requires the installation of the
`cppyy backend <https://pypi.python.org/pypi/cppyy-backend/>`_
for use, which will pull in Cling.
CPython/cppyy and PyPy/cppyy are designed to be compatible, although there
are differences due to the former being reference counted and the latter
being garbage collected, as well as temporary differences due to different
release cycles of the respective projects.

----

Find the cppyy documentation here:
  http://cppyy.readthedocs.io

Change log:
  https://cppyy.readthedocs.io/en/latest/changelog.html

Bug reports/feedback:
  https://github.com/wlav/cppyy/issues

            

Raw data

            {
    "_id": null,
    "home_page": "http://cppyy.readthedocs.io/",
    "name": "CPyCppyy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "C++ bindings data science",
    "author": "Wim Lavrijsen",
    "author_email": "WLavrijsen@lbl.gov",
    "download_url": "https://files.pythonhosted.org/packages/ab/bf/947395ad56390b626d4b533e2772eecbc07b857cd241d9497cd0f4741334/CPyCppyy-1.12.16.tar.gz",
    "platform": null,
    "description": ".. -*- mode: rst -*-\n\nCPyCppyy: Python-C++ bindings interface based on Cling/LLVM\n===========================================================\n\nCPyCppyy is the CPython equivalent of _cppyy in PyPy.\nIt provides dynamic Python-C++ bindings by leveraging the Cling C++\ninterpreter and LLVM.\nDetails and performance are described in\n`this paper <http://conferences.computer.org/pyhpc/2016/papers/5220a027.pdf>`_.\n\nCPyCppyy is a CPython extension module built on top of the same backend API\nas PyPy/_cppyy.\nIt thus requires the installation of the\n`cppyy backend <https://pypi.python.org/pypi/cppyy-backend/>`_\nfor use, which will pull in Cling.\nCPython/cppyy and PyPy/cppyy are designed to be compatible, although there\nare differences due to the former being reference counted and the latter\nbeing garbage collected, as well as temporary differences due to different\nrelease cycles of the respective projects.\n\n----\n\nFind the cppyy documentation here:\n  http://cppyy.readthedocs.io\n\nChange log:\n  https://cppyy.readthedocs.io/en/latest/changelog.html\n\nBug reports/feedback:\n  https://github.com/wlav/cppyy/issues\n",
    "bugtrack_url": null,
    "license": "LBNL BSD",
    "summary": "Cling-based Python-C++ bindings for CPython",
    "version": "1.12.16",
    "project_urls": {
        "Homepage": "http://cppyy.readthedocs.io/"
    },
    "split_keywords": [
        "c++",
        "bindings",
        "data",
        "science"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "abbf947395ad56390b626d4b533e2772eecbc07b857cd241d9497cd0f4741334",
                "md5": "39887302ee4822bfc2d267f0aea7be01",
                "sha256": "09a845652ac1a82777ec499dda862f54493c1560e9df4cadecda09ecde9e4202"
            },
            "downloads": -1,
            "filename": "CPyCppyy-1.12.16.tar.gz",
            "has_sig": false,
            "md5_digest": "39887302ee4822bfc2d267f0aea7be01",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 211222,
            "upload_time": "2023-11-15T18:53:05",
            "upload_time_iso_8601": "2023-11-15T18:53:05.290613Z",
            "url": "https://files.pythonhosted.org/packages/ab/bf/947395ad56390b626d4b533e2772eecbc07b857cd241d9497cd0f4741334/CPyCppyy-1.12.16.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-15 18:53:05",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "cpycppyy"
}
        
Elapsed time: 0.14138s