pycparser is a complete parser of the C language, written in
pure Python using the PLY parsing library.
It parses C code into an AST and can serve as a front-end for
C compilers or analysis tools.
Raw data
{
"_id": null,
"home_page": "https://github.com/eliben/pycparser",
"name": "pycparser",
"maintainer": "Eli Bendersky",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": "Eli Bendersky",
"author_email": "eliben@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/1d/b2/31537cf4b1ca988837256c910a668b553fceb8f069bedc4b1c826024b52c/pycparser-2.22.tar.gz",
"platform": "Cross Platform",
"description": "\n pycparser is a complete parser of the C language, written in\n pure Python using the PLY parsing library.\n It parses C code into an AST and can serve as a front-end for\n C compilers or analysis tools.\n \n\n",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "C parser in Python",
"version": "2.22",
"project_urls": {
"Homepage": "https://github.com/eliben/pycparser"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "13a3a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109",
"md5": "e9bf4a92f270e6482393bd716406ff85",
"sha256": "c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc"
},
"downloads": -1,
"filename": "pycparser-2.22-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e9bf4a92f270e6482393bd716406ff85",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 117552,
"upload_time": "2024-03-30T13:22:20",
"upload_time_iso_8601": "2024-03-30T13:22:20.476234Z",
"url": "https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1db231537cf4b1ca988837256c910a668b553fceb8f069bedc4b1c826024b52c",
"md5": "8922b0b1b53b419e3a38fba4aa43a348",
"sha256": "491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6"
},
"downloads": -1,
"filename": "pycparser-2.22.tar.gz",
"has_sig": false,
"md5_digest": "8922b0b1b53b419e3a38fba4aa43a348",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 172736,
"upload_time": "2024-03-30T13:22:22",
"upload_time_iso_8601": "2024-03-30T13:22:22.564697Z",
"url": "https://files.pythonhosted.org/packages/1d/b2/31537cf4b1ca988837256c910a668b553fceb8f069bedc4b1c826024b52c/pycparser-2.22.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-30 13:22:22",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "eliben",
"github_project": "pycparser",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pycparser"
}