ccrawl


Nameccrawl JSON
Version 1.9 PyPI version JSON
download
home_pagehttps://github.com/bdcht/ccrawl
SummaryC source code crawler that creates a database of C-structures, prototypes and macros
upload_time2023-01-10 15:31:32
maintainer
docs_urlNone
authorAxel Tillequin
requires_python
licenseGPLv3
keywords clang c c++ data-structures database
VCS
bugtrack_url
requirements libclang click traitlets pyparsing tinydb pymongo requests tqdm grandalf
Travis-CI
coveralls test coverage No coveralls.
            ccrawl uses clang to parse C files and collect a database of
filtered Structures/Unions, Enums, Macros and Functions prototypes.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bdcht/ccrawl",
    "name": "ccrawl",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Clang C C++ data-structures database",
    "author": "Axel Tillequin",
    "author_email": "bdcht3@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "ccrawl uses clang to parse C files and collect a database of\nfiltered Structures/Unions, Enums, Macros and Functions prototypes.\n\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "C source code crawler that creates a database of C-structures, prototypes and macros",
    "version": "1.9",
    "split_keywords": [
        "clang",
        "c",
        "c++",
        "data-structures",
        "database"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ac687a2e0ac0df8678a4893a476bd3488e00691c5b7d59dc0b56a7cad0b6f00",
                "md5": "1179d2c33e9bf6a1c5847d4d452970e3",
                "sha256": "0a063e0b9aa6696bab37396b05198ec8b90aff009bf47eee93f0b547d594e5ab"
            },
            "downloads": -1,
            "filename": "ccrawl-1.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1179d2c33e9bf6a1c5847d4d452970e3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 70625,
            "upload_time": "2023-01-10T15:31:32",
            "upload_time_iso_8601": "2023-01-10T15:31:32.512618Z",
            "url": "https://files.pythonhosted.org/packages/8a/c6/87a2e0ac0df8678a4893a476bd3488e00691c5b7d59dc0b56a7cad0b6f00/ccrawl-1.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-10 15:31:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "bdcht",
    "github_project": "ccrawl",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "libclang",
            "specs": [
                [
                    "==",
                    "14.0.6"
                ]
            ]
        },
        {
            "name": "click",
            "specs": []
        },
        {
            "name": "traitlets",
            "specs": []
        },
        {
            "name": "pyparsing",
            "specs": []
        },
        {
            "name": "tinydb",
            "specs": []
        },
        {
            "name": "pymongo",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "tqdm",
            "specs": []
        },
        {
            "name": "grandalf",
            "specs": []
        }
    ],
    "lcname": "ccrawl"
}
        
Elapsed time: 0.03275s