Metadata-Version: 2.4
Name: snql
Version: 0.0.1
Summary: A custom Python-focused query language CLI
Author-email: Ayush Chatterjee <ayushchatt@proton.me>
Project-URL: Homepage, https://github.com/ayx-pro/snakeql
Project-URL: Bug Tracker, https://github.com/ayx-pro/snakeql/issues
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# 🐍 SnakeQL

> A lightweight, custom Python-native query language for the command line.

![PyPI - Version](https://img.shields.io/pypi/v/snakeql)
![License](https://img.shields.io/github/license/ayx-pro/snakeql)
![Python Version](https://img.shields.io/badge/python-3.8%2B-blue)

---

## 🚀 Coming Soon

**SnakeQL** is an experimental Domain-Specific Language (DSL) and CLI database management utility built purely for Python. It provides a distinct, expressive query syntax designed to streamline terminal-based data manipulation without the overhead of standard SQL syntax.

### Key Features (Planned)
* ⚡ **Python-Native DSL:** Intuitive query syntax tailored specifically for Python data workflows.
* 🖥️ **CLI-First Architecture:** Rapidly execute queries and manipulate datasets directly from your terminal.
* 📦 **Zero-Config Setup:** Designed to run seamlessly with minimal dependencies.
* 🐍 **Pure Python Engine:** Built from the ground up for lightweight integration.

---

SnakeQL is currently in early active development.
Being developed By - AY_X(ayushchatt@proton.me) and
