Metadata-Version: 2.4
Name: mohit-cli
Version: 0.1.1
Summary: AI-powered CLI that converts natural language into shell commands.
Author-email: Mohit <mohitsahu60067@gmail.com>
License: MIT
Requires-Python: >=3.11
Requires-Dist: dspy>=3.3.0
Requires-Dist: litellm>=1.95.0
Requires-Dist: python-dotenv>=1.1.0
Description-Content-Type: text/markdown

# Mohit CLI

AI-powered CLI that converts natural language into shell commands.

## Installation

```bash
pip install mohit-cli
```

## Setup

Get your Groq API key:
https://console.groq.com/keys

Linux/macOS

```bash
export GROQ_API_KEY="YOUR_KEY"
```

Windows PowerShell

```powershell
$env:GROQ_API_KEY="YOUR_KEY"
```

Windows CMD

```cmd
set GROQ_API_KEY=YOUR_KEY
```

## Usage

```bash
mohit "list files"
```