Metadata-Version: 2.4
Name: hook-sql
Version: 0.1.0
Summary: Add your description here
Author-email: Mattias Thalén <bitter-polders0x@icloud.com>
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: networkx>=3.5
Requires-Dist: sqlglot>=27.29.0
Description-Content-Type: text/markdown

# hook-sql

SQL dependency analysis and validation tools using SQLGlot.

## Installation

```bash
pip install hook-sql
```

## Usage

TODO: Add usage examples

## Development

```bash
make bootstrap
make test
```
