Metadata-Version: 2.4
Name: sqlccc
Version: 1.1.1
Summary: A cyclomatix complexity calculator for SQL
Author-email: Søren Brønsted <soren@bronsted.dk>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/sorenbronsted/sqlcc
Project-URL: Issues, https://github.com/sorenbronsted/sqlcc/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# sqlcc
A [cyclomatix complexity](https://en.wikipedia.org/wiki/Cyclomatic_complexity) 
calculator for SQL

## Usage

```bash
sqlcc <file.sql>
```
which output a number representing the cyclomatic complexity of the SQL file.
