Metadata-Version: 2.3
Name: py-dbt-cll
Version: 0.1.1
Summary: python package to extract CLL from dbt files
Author: hi@pinkbeton.com
Requires-Python: >=3.9, <3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: sqlglot (>=27.5.1,<28.0.0)
Description-Content-Type: text/markdown

### py-dbt-cll

Python packages that extracts column lineage information from dbt models based on their metadata.

### Installation

You can install the package using pip:

```bash
pip install py-dbt-cll
```

