Metadata-Version: 2.4
Name: sqlleaf
Version: 0.1.0
Summary: Trace your data
Author-email: Zac Lewis <zac@futuresoftware.systems>
Project-URL: Homepage, https://github.com/rererecursive/sqlleaf
Requires-Python: >=3.14
Description-Content-Type: text/markdown
Requires-Dist: networkx==3.6.1
Requires-Dist: sqlglot==30.11.0

# sqlleaf

Trace your data

## Installation

```bash
pip install .
```

## Usage

```python
import sqlleaf
```
