Metadata-Version: 2.1
Name: std-usage
Version: 1.3
Summary: Analyzes standard library usage in C++ source code
Home-page: https://github.com/D3r3k23/DrkCraft/tree/master/tools/std_usage
Author: Derek Henderson
Author-email: derekhenderson818@gmail.com
License: MIT License
Keywords: cpp,c++
Platform: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# std_usage

Analyzes standard library usage in C++ source code
- Does not analyze compilation, just appearance in code

### Installation
`pip install std_usage`

### Usage
`python -m std_usage -h [paths ...] [opts ...]`
