Metadata-Version: 2.4
Name: louati-mahdi-analytics
Version: 1.0.0
Summary: A powerful SQL-like query language for Data, Stats, Causal AI, and Plotly Viz.
Home-page: https://github.com/mahdi123-tech
Author: Louati Mahdi
Author-email: louatimahdi390@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: tabulate
Requires-Dist: plotly
Requires-Dist: scipy
Requires-Dist: statsmodels
Requires-Dist: sqlparse
Requires-Dist: qrcode[pil]
Requires-Dist: fpdf2
Requires-Dist: kaleido
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# ❤️ Louati Mahdi Analytics

A complete end-to-end Python library for Data Querying, Statistics, Causal Inference, and Visualization using SQL-like syntax.

**Powered By Louati Mahdi**

## ✨ Features
- 🗄️ **SQL-like Querying**: `SELECT * WHERE x > 5 GROUP BY y`
- 📊 **Statistics**: T-Tests, Correlation, Chi-Square.
- 🧠 **Causal Analytics**: ATE calculation and Causal Graphs.
- 📈 **Visualization**: Plotly charts via `PLOT BAR x=col y=val`.
- 🦶 **Footer**: Every output has a custom footer with love.

## 🚀 Installation
```bash
pip install louati-mahdi-analytics
