Metadata-Version: 2.4
Name: mlguard-lite
Version: 0.1.0
Summary: Lightweight MLOps data audit package for tabular ML
Home-page: https://github.com/wasifalipervez1993-pixel/mlguard-lite
Author: Wasif Ali Pervaz
Author-email: wasifalipervez1993@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/yourusername/mlguard-lite/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=2.0
Requires-Dist: numpy>=1.24
Dynamic: license-file

# mlguard-lite

A lightweight MLOps package for auditing tabular ML data before model training.

## Features
- Dataset fingerprinting
- Schema validation
- Leakage detection
- Drift scoring
- Final PASS/WARNING/FAIL decision

## Installation
```bash
pip install mlguard-lite
