Metadata-Version: 2.4
Name: quick-assistant
Version: 0.1.2
Summary: Global CLI tool for productivity - quick translate, document extraction, and search operations.
Project-URL: Homepage, https://github.com/rafaeelricco/quick-assistant
Project-URL: Repository, https://github.com/rafaeelricco/quick-assistant
Author-email: Rafael Ricco <rafaelricco10@gmail.com>
License-Expression: MIT
Requires-Python: >=3.11
Requires-Dist: charset-normalizer>=3.0.0
Requires-Dist: google-genai>=1.26.0
Requires-Dist: packaging>=24.0
Requires-Dist: pydantic>=2.11.7
Requires-Dist: python-dotenv>=1.1.1
Requires-Dist: questionary>=2.0.0
Requires-Dist: requests>=2.31.0
Requires-Dist: rich>=14.0.0
Description-Content-Type: text/markdown

## Quick Assistant

CLI tool for productivity, focused on quick daily operations.

### Installation

```bash
# Recommended (isolated environment)
pipx install quick-assistant

# Or via pip
pip install quick-assistant
```

### Requirements

Set your Google Gemini API key:

```bash
# Add to your shell profile (~/.zshrc or ~/.bashrc)
export GOOGLE_API_KEY="your-api-key"
```

Get your API key at: https://aistudio.google.com/apikey

### Commands

#### Commit
AI-powered git commit message generation with interactive flow.
```bash
quick --commit generate
```

### Features
- Fast AI-powered responses
- Colored and organized output
- Compatible with Windows, macOS, Linux
- Informative error messages

### Examples
- `quick --commit generate`

### Uninstall

```bash
# If installed with pipx
pipx uninstall quick-assistant

# If installed with pip
pip uninstall quick-assistant
```
