Metadata-Version: 2.4
Name: aiqa-cli
Version: 0.3.0
Summary: AI QA code review CLI
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# AI-QA CLI

Command-line client for AI-powered code review.

## Install

    pip install aiqa-cli

## Configure

    aiqa install

The CLI stores the AI-QA server URL and API key in:

    ~/.config/ai-qa/config

## Review a file

    aiqa review file.py

## Review Git changes

    aiqa review --git
