Metadata-Version: 2.4
Name: tff-core
Version: 0.2.2
Summary: Core rules and fitness functions engine for transformation projects
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: pydantic>=2.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: rich>=13.0
Requires-Dist: sqlglot>=23.0
Description-Content-Type: text/markdown

# tff-core

Core rules and fitness functions engine for TFF (Transformation Fitness Functions).

TFF allows you to define and execute architectural layout boundaries, layer structure policies, schema contracts, and code formatting rules across data pipelines.

## Documentation

For setup instructions, configurations, and adapter integration guides, please refer to the [main TFF repository](https://github.com/tjirab/tff).
