clang


Nameclang JSON
Version 17.0.6 PyPI version JSON
download
home_pagehttp://clang.llvm.org/
Summarylibclang python bindings
upload_time2023-12-19 02:08:42
maintainer
docs_urlNone
authorLLVM team - pypi upload by Loic Jaquemet
requires_python
licenseApache-2.0 with LLVM exception
keywords llvm clang libclang
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This is the python bindings subdir of llvm clang repository.
https://github.com/llvm/llvm-project/tree/main/clang/bindings/python

This is a non-official packaging directly from the debian packages for the purpose of creating a pypi package.

Build repository at https://github.com/trolldbois/python-clang/

Install with 
    pip install clang
    pip install clang==14

You will need to install llvm libclang libraries, which are not packaged with this package.


            

Raw data

            {
    "_id": null,
    "home_page": "http://clang.llvm.org/",
    "name": "clang",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "llvm,clang,libclang",
    "author": "LLVM team - pypi upload by Loic Jaquemet",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/75/39/b56db712f3879d7e96ed5e747d9024308b0d8001df7daf60ad3fc8078aa9/clang-17.0.6.tar.gz",
    "platform": null,
    "description": "This is the python bindings subdir of llvm clang repository.\nhttps://github.com/llvm/llvm-project/tree/main/clang/bindings/python\n\nThis is a non-official packaging directly from the debian packages for the purpose of creating a pypi package.\n\nBuild repository at https://github.com/trolldbois/python-clang/\n\nInstall with \n    pip install clang\n    pip install clang==14\n\nYou will need to install llvm libclang libraries, which are not packaged with this package.\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0 with LLVM exception",
    "summary": "libclang python bindings",
    "version": "17.0.6",
    "project_urls": {
        "Download": "http://llvm.org/releases/download.html",
        "Homepage": "http://clang.llvm.org/"
    },
    "split_keywords": [
        "llvm",
        "clang",
        "libclang"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "52c6e5141f7780fe401c5749faa69b3dca5f4a19236528d544733585e291d13a",
                "md5": "3b958afe995a00adf5ac94a932e9f49f",
                "sha256": "d05ad6dddc9b360e94b9420e239c639a9117902cce8a57fd288a5226eea3092e"
            },
            "downloads": -1,
            "filename": "clang-17.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3b958afe995a00adf5ac94a932e9f49f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 32121,
            "upload_time": "2023-12-19T02:08:40",
            "upload_time_iso_8601": "2023-12-19T02:08:40.808272Z",
            "url": "https://files.pythonhosted.org/packages/52/c6/e5141f7780fe401c5749faa69b3dca5f4a19236528d544733585e291d13a/clang-17.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7539b56db712f3879d7e96ed5e747d9024308b0d8001df7daf60ad3fc8078aa9",
                "md5": "87bc780b208068d2efed5a975f47d097",
                "sha256": "d228511e6a29e866dcbe99e10ed10649317b9b3e636ba805f6867b7afb6e8c44"
            },
            "downloads": -1,
            "filename": "clang-17.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "87bc780b208068d2efed5a975f47d097",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 32167,
            "upload_time": "2023-12-19T02:08:42",
            "upload_time_iso_8601": "2023-12-19T02:08:42.510355Z",
            "url": "https://files.pythonhosted.org/packages/75/39/b56db712f3879d7e96ed5e747d9024308b0d8001df7daf60ad3fc8078aa9/clang-17.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-19 02:08:42",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "clang"
}
        
Elapsed time: 0.15939s