Metadata-Version: 2.4
Name: sqbyl
Version: 0.4.1
Summary: The full sqbyl dev toolkit: introspect, profile, annotate, synth, eval, Coach, judges, console, optimizer, release builder.
Project-URL: Homepage, https://github.com/jackwerner/sqbyl
Project-URL: Documentation, https://jackwerner.github.io/sqbyl/
Project-URL: Repository, https://github.com/jackwerner/sqbyl
Project-URL: Issues, https://github.com/jackwerner/sqbyl/issues
Project-URL: Changelog, https://github.com/jackwerner/sqbyl/blob/main/CHANGELOG.md
Project-URL: Discussions, https://github.com/jackwerner/sqbyl/discussions
Author: Jack Werner
License-Expression: MIT
Keywords: agent,anthropic,claude,evaluation,llm,mcp,openai,sql,text-to-sql
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: fastapi>=0.139.0
Requires-Dist: pydantic<3,>=2.7
Requires-Dist: pyyaml>=6
Requires-Dist: sqbyl-runtime==0.4.1
Requires-Dist: uvicorn>=0.50.2
Provides-Extra: anthropic
Requires-Dist: sqbyl-runtime[anthropic]==0.4.1; extra == 'anthropic'
Provides-Extra: openai
Requires-Dist: sqbyl-runtime[openai]==0.4.1; extra == 'openai'
Description-Content-Type: text/markdown

# sqbyl

The full text-to-SQL dev toolkit. See the [repository root README](../../README.md)
for the product overview, and `docs/sqbyl-design-spec.md` /
`docs/sqbyl-implementation-plan.md` for the design and build sequence.

This package contains the dev machinery — introspect, profile, annotate, synth,
the eval harness, the Coach, LLM judges, the review console, the orchestrator,
the optimizer, and the release builder. It depends on `sqbyl-runtime`
(never the reverse).
