Metadata-Version: 2.4
Name: nagi-sql
Version: 0.0.1
Summary: Reserved Python package name for the nagi SQL toolkit.
Keywords: formatter,linter,parser,sql,toolkit
Author: nagi-sql
Author-email: nagi-sql <nagi-sql@outlook.com>
License-Expression: LicenseRef-Nagi-SQL-Commercial
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Database
Classifier: Topic :: Text Processing
Requires-Python: >=3.10
Project-URL: Homepage, https://github.com/nagi-sql/nagi-sql
Project-URL: Issues, https://github.com/nagi-sql/nagi-sql/issues
Project-URL: Repository, https://github.com/nagi-sql/nagi-sql
Description-Content-Type: text/markdown

# `nagi-sql`

`nagi-sql` is a reserved Python package for the nagi SQL toolkit.

This package intentionally does not install the `nagi` CLI yet. It exists only to
reserve the Python package name until the Python distribution is ready.

## Install

```bash
pip install nagi-sql
```

## Build

```bash
uv build python/nagi-sql
```

## Smoke Test

```bash
uv run --project python/nagi-sql python -m unittest discover python/nagi-sql/tests
```

## Publish

```bash
uv build --clear python/nagi-sql
uv publish python/nagi-sql/dist/*
```
