Metadata-Version: 2.4
Name: qod
Version: 0.3.7
Summary: Command-line client for quack-on-demand: admin REST plane and FlightSQL plane
Project-URL: Homepage, https://github.com/starlake-ai/quack-on-demand
Project-URL: Repository, https://github.com/starlake-ai/quack-on-demand
Requires-Python: >=3.10
Requires-Dist: qod-cli==0.3.7
Description-Content-Type: text/markdown

# qod

Command-line client for [quack-on-demand](https://github.com/starlake-ai/quack-on-demand),
a multi-tenant DuckDB FlightSQL gateway.

This package currently installs [qod-cli](https://pypi.org/project/qod-cli/), which
provides the `qod` command. `qod` is becoming the canonical package name; `qod-cli`
will remain as a compatibility alias.

## Usage

```
uvx qod --help
```

or

```
pip install qod
qod --help
```
