{ "info": { "author": "LLVM team", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: University of Illinois/NCSA Open Source License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Compilers" ], "description": "# python-clang5\nPython bindings for clang from clang release branches\n\nThis is the python bindings subdir of llvm clang repository.\nhttps://github.com/llvm-mirror/clang/tree/master/bindings/python\n\nSpecifically, it's from the **release_50** branch.\n\nThis is a non-official fork. Mainly for Pypi packaging purposes.\nThe pypi package is not official either.\n\nTest:\n-----\n\nYou may need to alter `LD_LIBRARY_PATH` so that the Clang library can be\nfound. The unit tests are designed to be run with `nosetests`. For example:\n\n```shell\n$ env PYTHONPATH=$(echo ~/llvm/tools/clang/bindings/python/) \\\n LD_LIBRARY_PATH=$(llvm-config --libdir) \\\n nosetests -v\ntests.cindex.test_index.test_create ... ok\n...\n```\n\nCredit to [trolldbois/python-clang](https://github.com/trolldbois/python-clang)\nfor the original repository, which is no longer maintained. This isn't a fork\nbecause I am not maintaining the older branches from that repository.", "description_content_type": null, "docs_url": null, "download_url": "http://llvm.org/releases/download.html", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://clang.llvm.org/", "keywords": "llvm,clang,libclang", "license": "License :: OSI Approved :: University of Illinois/NCSA Open Source License", "maintainer": "", "maintainer_email": "", "name": "clang-5", "package_url": "https://pypi.org/project/clang-5/", "platform": "", "project_url": "https://pypi.org/project/clang-5/", "project_urls": { "Download": "http://llvm.org/releases/download.html", "Homepage": "http://clang.llvm.org/" }, "release_url": "https://pypi.org/project/clang-5/5.0.post2/", "requires_dist": null, "requires_python": "", "summary": "libclang python bindings", "version": "5.0.post2" }, "last_serial": 3289812, "releases": { "5.0": [ { "comment_text": "", "digests": { "md5": "cbc802436461b40f37e8812eb01a89e6", "sha256": "7a23ad72fff8fe4695933e87317959aef8934fd59eb6f746b4e3c69fa0257891" }, "downloads": -1, "filename": "clang-5-5.0.tar.gz", "has_sig": false, "md5_digest": "cbc802436461b40f37e8812eb01a89e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30145, "upload_time": "2017-10-30T02:57:18", "url": "https://files.pythonhosted.org/packages/52/f8/a6aa4323683956a2569a14793f3584b4a93d95dc0499ee8a759b1aae3aa8/clang-5-5.0.tar.gz" } ], "5.0.post2": [ { "comment_text": "", "digests": { "md5": "7161729f47c84c629fdd11eed693ac04", "sha256": "485985daf0a301e01b924db49ecb3e8b05ea40d6ab404f1778b8bfd5e4c89391" }, "downloads": -1, "filename": "clang-5-5.0.post2.tar.gz", "has_sig": false, "md5_digest": "7161729f47c84c629fdd11eed693ac04", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30162, "upload_time": "2017-10-30T03:03:18", "url": "https://files.pythonhosted.org/packages/99/99/7b7afda6e596a96818afc6ab6e8f7190281289effac492cf7e496f935c12/clang-5-5.0.post2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7161729f47c84c629fdd11eed693ac04", "sha256": "485985daf0a301e01b924db49ecb3e8b05ea40d6ab404f1778b8bfd5e4c89391" }, "downloads": -1, "filename": "clang-5-5.0.post2.tar.gz", "has_sig": false, "md5_digest": "7161729f47c84c629fdd11eed693ac04", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30162, "upload_time": "2017-10-30T03:03:18", "url": "https://files.pythonhosted.org/packages/99/99/7b7afda6e596a96818afc6ab6e8f7190281289effac492cf7e496f935c12/clang-5-5.0.post2.tar.gz" } ] }