Metadata-Version: 2.4
Name: indialabqc
Version: 1.0.0
Summary: IndiaLabQC - Quality Control for Indian Medical Laboratories by Prince 👑
Home-page: https://github.com/yourusername/indialabqc
Author: Prince
Author-email: your_email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pandas>=1.3.0
Requires-Dist: numpy>=1.21.0
Requires-Dist: matplotlib>=3.4.0
Requires-Dist: openpyxl>=3.0.0
Requires-Dist: reportlab>=3.6.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# IndiaLabQC 🇮🇳

**Quality Control for Indian Medical Laboratories**

[![Python Version](https://img.shields.io/badge/python-3.8%2B-blue)](https://www.python.org/downloads/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## 📋 Overview

**IndiaLabQC** is a Python library designed specifically for **Medical Laboratory Technologists (MLT)** in India. It automates:

- ✅ Westgard Multirule Analysis (1:3s, 2:2s, R:4s, 4:1s, 10:x)
- 📈 Levey-Jennings Charts with automatic violation detection
- 📊 NABL-compliant Quality Control reports
- 🔍 Shift & Trend detection

> 👑 **Made with ❤️ by Prince**

## 🚀 Installation

```bash
pip install indialabqc
