Metadata-Version: 2.4
Name: lunar-api-test
Version: 0.1.0
Summary: AI-powered API testing CLI framework
Author: Yash
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: huggingface_hub
Requires-Dist: python-dotenv

# Lunar

AI-powered API testing framework

## Install
pip install lunar

## Setup

Lunar requires a HuggingFace API token.

### Get token:
https://huggingface.co/settings/tokens

### Set token:

#### Windows (PowerShell)
$env:HF_TOKEN="your_token"

#### Linux/Mac
export HF_TOKEN="your_token"

### Run:
lunar gen /users
lunar run
lunar report
