Metadata-Version: 2.4
Name: sqara
Version: 0.3.4
Summary: AI-powered Natural Language to SQL engine for Spark
Author-email: Mukund Kumar Mishra <thisismukund@gmail.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pyspark>=3.0.0
Requires-Dist: openai>=1.0.0

# Sqara

AI-powered Natural Language to SQL engine for Apache Spark

---

## 🚀 What is Sqara?

Sqara is a lightweight AI-powered engine that converts natural language into Spark SQL and executes it directly on Apache Spark.

It is designed to simplify data access for analysts, engineers, and AI applications by removing the need to manually write SQL.

---

## ⚠️ Migration Notice

This project was previously published as **querix**.  
All future development, updates, and releases continue under **sqara**.

---

## ✨ Features

- 🧠 Natural Language → SQL conversion
- ⚡ Direct execution on Apache Spark
- 📊 Works with structured datasets (tables, views)
- 🔌 Simple Python API
- 🧩 Extensible design for future AI providers
- 🚫 No dependency on external AI services (optional integration later)

---

## 📦 Installation

```bash
pip install sqara
