Metadata-Version: 2.4
Name: schema-drift-guard
Version: 0.1.0
Summary: Lightweight schema drift detection and data contract enforcement tool
Author: Mohsin Shaikh
License: MIT
Project-URL: Homepage, https://github.com/mohsinshaikh/schema-guard
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: pyyaml
Requires-Dist: click
Requires-Dist: rich
Dynamic: license-file

# Schema Guard

Schema Guard is a lightweight schema drift detection tool for data pipelines.

Features:
- Detect schema drift
- Detect column type changes
- Generate dbt-style tests
- Schema version history
- Column profiling
- Snowflake + CSV connectors
- CLI + CI pipeline support
