Metadata-Version: 2.1
Name: ccscanner
Version: 0.2.0
Summary: A SBOM scanner for C/C++
Author: anonymous repo
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
Requires-Dist: json5 (==0.9.9)
Requires-Dist: bs4 (==0.0.1)
Requires-Dist: GitPython
Requires-Dist: lxml

# ccscanner
## Description
CCScanner 0.1.9 is released.

Centris is available at: https://github.com/WOOSEUNGHOON/Centris-public.

## Install
```
pip install ccscanner
```

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

