Metadata-Version: 2.4
Name: tff-dbt
Version: 0.2.2
Summary: dbt adapter for Transformation Fitness Functions (tff)
Author-email: Bart Schuijt <schuijt.bart@gmail.com>
License: MIT
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.12
Requires-Dist: tff-core
Description-Content-Type: text/markdown

# tff-dbt

dbt manifest parser and runner for TFF (Transformation Fitness Functions).

This package executes TFF linter rules and architectural validation checks directly against compiled dbt manifests.

## Documentation

For setup instructions and usage details, please refer to the [TFF dbt guide](https://github.com/tjirab/tff/blob/main/docs/dbt.md).
