Metadata-Version: 2.4
Name: dragonfruit-tui
Version: 1.0.24
Summary: A Natural Language to SQL TUI IDE for your terminal.
Author-email: Laxita Jain <laxitajain912@gmail.com>
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: textual>=0.89.1
Requires-Dist: textual-fastdatatable>=0.12.0
Requires-Dist: textual-textarea>=0.15.0
Requires-Dist: click>=8.1.3
Requires-Dist: rich-click>=1.7.1
Requires-Dist: duckdb>=0.8.0
Requires-Dist: shandy-sqlfmt>=0.19.0
Requires-Dist: platformdirs<5.0,>=3.10
Requires-Dist: questionary>=2.0.1
Requires-Dist: lark>=1.1.9
Requires-Dist: tomlkit<0.14.0,>=0.12.5
Dynamic: license-file

# Dragonfruit-TUI

[![PyPI](https://img.shields.io/pypi/v/dragonfruit-tui)](https://pypi.org/project/dragonfruit-tui/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dragonfruit-tui)

![Runs on Linux | MacOS | Windows](https://img.shields.io/badge/runs%20on-Linux%20%7C%20MacOS%20%7C%20Windows-blue)

The Natural Language to SQL IDE for Your Terminal.

![Dragonfruit](./dragonfruiticon.ico)

> [!TIP]
> This README contains a small subset of the documentation for Dragonfruit-TUI.  
> Full documentation and examples will be available soon.

---

## Installing Dragonfruit-TUI

Dragonfruit-TUI is a Python-based terminal IDE designed to let you query databases using **SQL or plain English**.  
After installing Python 3.9 or above, install Harlequin using `pip`, `pipx`, `poetry`, or any other program that can install Python packages from PyPI:

```bash
pip install dargonfruit-tui

```

## Getting Help

To view all command-line options for Harlequin and all installed adapters, after installation, simply type:

```bash
dragonfruit-tui --help
```

## Contributing

Thanks for your interest in dragonfruit! dragonfruit is primarily maintained by [Laxita Jain](https://github.com/laxitajain), but she welcomes all contributions!

Please see [`CONTRIBUTING.md`](./CONTRIBUTING.md) for more information.
