Metadata-Version: 2.3
Name: debby-cli
Version: 0.2.0
Summary: A dbt project linter
Author: Tom Waterman
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click (>=8.3.0,<9.0.0)
Requires-Dist: python-dotenv (>=1.1.1,<2.0.0)
Requires-Dist: rich (>=14.2.0,<15.0.0)
Requires-Dist: tomlkit (>=0.13.3,<0.14.0)
Description-Content-Type: text/markdown

An extensible dbt linter.

## Install

```
pip install debby-cli
```

## Usage

Please see the documentation site for further instructions.

https://www.debbyapp.com/docs

