Metadata-Version: 2.4
Name: simulai-cli
Version: 0.1.0
Summary: Simul AI — Nigerian AI gateway CLI. Chat with 20+ models, analyze files, manage your wallet.
Author-email: Simul AI <hello@trysimulai.com>
License: MIT
Project-URL: Homepage, https://trysimulai.com
Project-URL: Documentation, https://docs.trysimulai.com
Project-URL: Repository, https://github.com/Gracemansam/simulai_client
Keywords: ai,llm,cli,nigeria,openai,claude,gemini
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: typer>=0.9.0
Requires-Dist: rich>=13.0.0
Requires-Dist: httpx>=0.24.0
Requires-Dist: keyring>=24.0.0

# Simul AI CLI

The official command-line interface for [Simul AI](https://trysimulai.com) — Nigeria's AI gateway with Naira billing.

## Installation

```bash
pip install simulai-cli
```

## Quick Start

```bash
# Configure with your API key
simulai setup

# List available models
simulai models

# Chat with any model
simulai chat "What is the capital of Nigeria?"

# Chat with a specific model
simulai chat "Explain quantum computing" --model openai/gpt-4o

# Analyze a file
simulai analyze mycode.py --instruction "Find all bugs"

# Check wallet balance
simulai wallet
```

## Features

- Chat with 20+ AI models including GPT-4o, Claude, Gemini, DeepSeek
- Naira billing — pay in ₦, no dollar card needed
- File analysis — code, CSV, PDF, DOCX
- Real-time streaming responses
- Wallet management

## Links

- Website: [trysimulai.com](https://trysimulai.com)
- Dashboard: [app.trysimulai.com](https://trysimulai.com)
