cppyy-backend


Namecppyy-backend JSON
Version 1.15.3 PyPI version JSON
download
home_pagehttp://pypy.org
SummaryC/C++ wrapper for Cling
upload_time2024-12-17 05:35:43
maintainerNone
docs_urlNone
authorWim Lavrijsen
requires_pythonNone
licenseLBNL BSD
keywords c++ bindings data science
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            cppyy-backend
=============

C/C++ wrapper around Cling, the LLVM-based interactive C++ interpreter, for
use by cppyy, providing stable C and C++ Reflection APIs.

The compilation of cppyy-backend is very fast, but it will pull in
cppyy-cling, which takes a long time to install if there is no matching wheel
for your platform, forcing a build from source. By default, all cores will be
used, but it is also recommended to add the verbose flag to see progress:

  $ python -m pip install --verbose cppyy-backend

For further details, see cppyy's installation instructions:
  https://cppyy.readthedocs.io/en/latest/installation.html


Cling documentation is here:
  https://root.cern.ch/cling

----

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://pypy.org",
    "name": "cppyy-backend",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "C++ bindings data science",
    "author": "Wim Lavrijsen",
    "author_email": "WLavrijsen@lbl.gov",
    "download_url": "https://files.pythonhosted.org/packages/c7/e4/2a42fc115548637f2a256254c4daaa71fc21dd6ea610e1d63a48907ad5a9/cppyy-backend-1.15.3.tar.gz",
    "platform": null,
    "description": "cppyy-backend\n=============\n\nC/C++ wrapper around Cling, the LLVM-based interactive C++ interpreter, for\nuse by cppyy, providing stable C and C++ Reflection APIs.\n\nThe compilation of cppyy-backend is very fast, but it will pull in\ncppyy-cling, which takes a long time to install if there is no matching wheel\nfor your platform, forcing a build from source. By default, all cores will be\nused, but it is also recommended to add the verbose flag to see progress:\n\n  $ python -m pip install --verbose cppyy-backend\n\nFor further details, see cppyy's installation instructions:\n  https://cppyy.readthedocs.io/en/latest/installation.html\n\n\nCling documentation is here:\n  https://root.cern.ch/cling\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": "C/C++ wrapper for Cling",
    "version": "1.15.3",
    "project_urls": {
        "Homepage": "http://pypy.org"
    },
    "split_keywords": [
        "c++",
        "bindings",
        "data",
        "science"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c7e42a42fc115548637f2a256254c4daaa71fc21dd6ea610e1d63a48907ad5a9",
                "md5": "ddbcfd58b2fd998b10f27742e93c2734",
                "sha256": "4578216c16667f858a3f05bb30baa12d3d8cb8ee365bddd904e25fc2d3488d65"
            },
            "downloads": -1,
            "filename": "cppyy-backend-1.15.3.tar.gz",
            "has_sig": false,
            "md5_digest": "ddbcfd58b2fd998b10f27742e93c2734",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 61327,
            "upload_time": "2024-12-17T05:35:43",
            "upload_time_iso_8601": "2024-12-17T05:35:43.003715Z",
            "url": "https://files.pythonhosted.org/packages/c7/e4/2a42fc115548637f2a256254c4daaa71fc21dd6ea610e1d63a48907ad5a9/cppyy-backend-1.15.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-17 05:35:43",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "cppyy-backend"
}
        
Elapsed time: 1.11759s