Metadata-Version: 2.4
Name: ccrawl
Version: 1.10
Summary: C source code crawler that creates a database of C-structures, prototypes and macros
Home-page: https://github.com/bdcht/ccrawl
Author: Axel Tillequin
Author-email: bdcht3@gmail.com
License: GPLv3
Keywords: Clang C C++ data-structures database
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Security
License-File: LICENSE
Requires-Dist: libclang==14.0.1
Requires-Dist: click
Requires-Dist: traitlets
Requires-Dist: pyparsing
Requires-Dist: tinydb
Requires-Dist: python-rapidjson
Requires-Dist: requests
Requires-Dist: pymongo
Requires-Dist: grandalf
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

ccrawl uses clang to parse C files and collect a database of
filtered Structures/Unions, Enums, Macros and Functions prototypes.
