{ "info": { "author": "Thomas Gerstenberg", "author_email": "tgerst6@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# pycparser-fake-libc\r\n\r\nSimple build wrapper to create a pip-installable package which includes all of the headers from [pycparser](https://github.com/eliben/pycparser)/utils/fake_libc_include.\r\n\r\nSee: https://github.com/eliben/pycparser\r\n\r\nTo build, run `make` to copy the headers from the submoduled `pycparser` into the library dir and build the wheel file\r\n\r\nUsage:\r\n\r\n```python\r\nimport os\r\nimport pycparser_fake_libc\r\nimport pycparser\r\n\r\nfake_libc_arg = \"-I\" + pycparser_fake_libc.directory\r\n\r\nast = pycparser.parse_file(\"c_file_to_parse.c\", use_cpp=True, cpp_args=fake_libc_arg)\r\n```\r\n\r\n\r\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ThomasGerstenberg/pycparser-fake-libc", "keywords": "pycparser", "license": "", "maintainer": "", "maintainer_email": "", "name": "pycparser-fake-libc", "package_url": "https://pypi.org/project/pycparser-fake-libc/", "platform": "", "project_url": "https://pypi.org/project/pycparser-fake-libc/", "project_urls": { "Homepage": "https://github.com/ThomasGerstenberg/pycparser-fake-libc" }, "release_url": "https://pypi.org/project/pycparser-fake-libc/2.19/", "requires_dist": null, "requires_python": "", "summary": "Pip-installable package with pycparser's fake libc headers", "version": "2.19" }, "last_serial": 4675050, "releases": { "2.19": [ { "comment_text": "", "digests": { "md5": "7168488f5ab59966c133b917bfafd32c", "sha256": "97db28dcbe0d8cade9c5e39bc4f5e27e68ce0aba2accaf792760922746d2baf8" }, "downloads": -1, "filename": "pycparser_fake_libc-2.19-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7168488f5ab59966c133b917bfafd32c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 27173, "upload_time": "2019-01-09T02:07:18", "url": "https://files.pythonhosted.org/packages/b3/f9/86200b22fa1675521372991a01efa86a005e7607d39e4dbc2ea93383f82f/pycparser_fake_libc-2.19-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5cd193b3b65c0bf926bc7f4859f1ed9e", "sha256": "164fb6fd8c85b7275c7889241cd728ccc081945fb7bd8db864eac03dda3a8437" }, "downloads": -1, "filename": "pycparser-fake-libc-2.19.tar.gz", "has_sig": false, "md5_digest": "5cd193b3b65c0bf926bc7f4859f1ed9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7061, "upload_time": "2019-01-09T02:07:20", "url": "https://files.pythonhosted.org/packages/d9/f5/fc4d88498c6fe8aca92f97b5d5c5b81178e9dc416ca05b10dbd30a5b2a5a/pycparser-fake-libc-2.19.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7168488f5ab59966c133b917bfafd32c", "sha256": "97db28dcbe0d8cade9c5e39bc4f5e27e68ce0aba2accaf792760922746d2baf8" }, "downloads": -1, "filename": "pycparser_fake_libc-2.19-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7168488f5ab59966c133b917bfafd32c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 27173, "upload_time": "2019-01-09T02:07:18", "url": "https://files.pythonhosted.org/packages/b3/f9/86200b22fa1675521372991a01efa86a005e7607d39e4dbc2ea93383f82f/pycparser_fake_libc-2.19-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5cd193b3b65c0bf926bc7f4859f1ed9e", "sha256": "164fb6fd8c85b7275c7889241cd728ccc081945fb7bd8db864eac03dda3a8437" }, "downloads": -1, "filename": "pycparser-fake-libc-2.19.tar.gz", "has_sig": false, "md5_digest": "5cd193b3b65c0bf926bc7f4859f1ed9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7061, "upload_time": "2019-01-09T02:07:20", "url": "https://files.pythonhosted.org/packages/d9/f5/fc4d88498c6fe8aca92f97b5d5c5b81178e9dc416ca05b10dbd30a5b2a5a/pycparser-fake-libc-2.19.tar.gz" } ] }