Metadata-Version: 2.1
Name: ccscanner
Version: 0.1.10
Summary: A SBOM scanner for C/C++
Home-page: https://github.com/lkpsg/ccscanner
Author: lkp
Author-email: 
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: json5 (==0.9.9)
Requires-Dist: bs4 (==0.0.1)
Requires-Dist: GitPython
Requires-Dist: lxml
Requires-Dist: requests

# ccscanner
## Description
CCScanner is a dependency scanner for C/C++ software. More details can be seen in our paper, [Towards Understanding Third-party Library Dependency in C/C++ Ecosystem](https://arxiv.org/abs/2209.02575).
## Install
```
pip install ccscanner
```

## Usage
run command:
```
$ ccscanner_print -d ${directory to scan} -t ${file to save}
```

