Metadata-Version: 2.4
Name: piglets
Version: 0.1.1
Summary: A modular text-to-SQL toolkit.
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: langchain>=1.0
Provides-Extra: openai
Requires-Dist: langchain-openai>=1.0; extra == "openai"

# 🐷 piglets

A modular, pre-1.0 library of text-to-SQL planning tools.

## Status

`piglets` is currently an **alpha-stage** package. The API is expected to evolve before `1.0`.

## Current scope

### Planning

The first included primitive is a `LogicalPlanner` that turns a natural-language analytics question into an ordered list of abstract logical steps.

This keeps planning at the business-logic level before later schema grounding or SQL generation.

### Pruning

Pruning components are planned but not included yet.
