Metadata-Version: 2.4
Name: explainplot
Version: 0.1.0
Summary: Advanced Python visualization library with AI-style insights
Author-email: Pushkar Kaushalendra Sharma <pushkar@example.com>
License: MIT
Keywords: visualization,data,plot,AI,ML
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: matplotlib>=3.7
Requires-Dist: seaborn>=0.12
Requires-Dist: plotly>=5.15
Requires-Dist: pandas>=2.1
Dynamic: license-file

# explainplot 📊🧠

**Explainplot** is an **advanced Python visualization library** that not only plots your data but also **automatically generates AI-style insights**.  
Designed for students, analysts, and Python developers who want **visualization + understanding** in one package.

---

## 🚀 Features

- **Scatter, Line, Histogram, Pairplots**
- **Automatic trend & correlation detection**
- **Outlier detection**
- **Distribution insights** (mean, skewness, kurtosis)
- **Interactive plots** (Plotly for Jupyter)
- **Beginner & advanced-friendly API**

---

## 📦 Installation

```bash
pip install explainplot
